Html Css Color HEX #BDCB77 Pine Glade

📋 copy color: '#BDCB77'

red 189 ◦ green 203 ◦ blue 119

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

Shades of Pine Glade #BDCB77

Tints of Pine Glade #BDCB77

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.73%

 BLUE value IS 119 (46.88% from 255) = 23.29%

R = 36.99%
G = 39.73%
B = 23.29%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#BDCB77 (or 0xBDCB77) is known color: Pine Glade. HEX triplet: BD, CB and 77. RGB value is (189,203,119). Sum of RGB (Red+Green+Blue) = 189+203+119=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 203 (79.69% from 255 or 39.73% from 511); Blue value is 119 (46.88% from 255 or 23.29% from 511); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCB77 is #423488. Grayscale: #BDBDBD. Windows color (decimal): -4338825 or 7850941. OLE color: 7850941.

HSL color Cylindrical-coordinate representation of color #BDCB77: hue angle of 70º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDCB77 is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 189 203 119 -
CMYK 0.07 0 0.41 0.20
HSL 70º 0.45% 0.63% -
HSV(B) 70º 0.41% 0.8% -
XYZ 45.67 54.86 25.64 -
YUV 189.24 88.36 127.83 -
System Red Green Blue C M Y K H S L
Decimal 189 203 119 0.07 0 0.41 0.20 70 0.45 0.63
Hex BD CB 77 7 0 29 14 46 2D 3F
Octal 275 313 167 7 0 51 24 106 55 77
Binary 10111101 11001011 1110111 111 0 101001 10100 1000110 101101 111111

Color Harmonies of #BDCB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCB77

Black with #BDCB77

Text Example


Text Example

White with #BDCB77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCB77; }

 p { color: rgb(189,203,119); }

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

background-color css

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

 a { background-color: rgb(189,203,119); }

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

border-color css

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

 span { border-color: rgb(189,203,119); }

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