Html Css Color HEX #BDD379 Caper

📋 copy color: '#BDD379'

red 189 ◦ green 211 ◦ blue 121

#BDD379
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caper #BDD379

Tints of Caper #BDD379

RGB

 RED value IS 189 (74.22% from 255) = 36.28%

 GREEN value IS 211 (82.81% from 255) = 40.5%

 BLUE value IS 121 (47.66% from 255) = 23.22%

R = 36.28%
G = 40.5%
B = 23.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.43

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BDD379 (or 0xBDD379) is known color: Caper. HEX triplet: BD, D3 and 79. RGB value is (189,211,121). Sum of RGB (Red+Green+Blue) = 189+211+121=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 211 (82.81% from 255 or 40.50% from 521); Blue value is 121 (47.66% from 255 or 23.22% from 521); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD379 is #422C86. Grayscale: #C2C2C2. Windows color (decimal): -4336775 or 7984061. OLE color: 7984061.

HSL color Cylindrical-coordinate representation of color #BDD379: hue angle of 74.67º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BDD379 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 211 121 -
CMYK 0.10 0 0.43 0.17
HSL 74.67º 0.51% 0.65% -
HSV(B) 74.67º 0.43% 0.83% -
XYZ 47.73 58.79 26.92 -
YUV 194.16 86.71 124.32 -
System Red Green Blue C M Y K H S L
Decimal 189 211 121 0.10 0 0.43 0.17 74.67 0.51 0.65
Hex BD D3 79 A 0 2B 11 4B 33 41
Octal 275 323 171 12 0 53 21 113 63 101
Binary 10111101 11010011 1111001 1010 0 101011 10001 1001011 110011 1000001

Color Harmonies of #BDD379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDD379

Black with #BDD379

Text Example


Text Example

White with #BDD379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDD379; }

 p { color: rgb(189,211,121); }

 H1.HeaderClassName
 {
   color: #BDD379;
 }
 .AnyTagClassName
 {
   color: #BDD379;
 }
</style>

background-color css

<style>
 a { background-color: #BDD379; }

 a { background-color: rgb(189,211,121); }

 div.DivClassName
 {
   background-color: #BDD379;
 }
 .BgClassName
 {
   background-color: #BDD379;
 }
</style>

border-color css

<style>
 span { border-color: #BDD379; }

 span { border-color: rgb(189,211,121); }

 td.TdClassName
 {
   border-color: #BDD379;
 }
 .TagClassName
 {
   border-color: #BDD379;
 }
</style>