Html Css Color HEX #BDCB76 Pine Glade

📋 copy color: '#BDCB76'

red 189 ◦ green 203 ◦ blue 118

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

Shades of Pine Glade #BDCB76

Tints of Pine Glade #BDCB76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.14%

R = 37.06%
G = 39.8%
B = 23.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#BDCB76 (or 0xBDCB76) is known color: Pine Glade. HEX triplet: BD, CB and 76. RGB value is (189,203,118). Sum of RGB (Red+Green+Blue) = 189+203+118=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 203 (79.69% from 255 or 39.80% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCB76 is #423489. Grayscale: #BDBDBD. Windows color (decimal): -4338826 or 7785405. OLE color: 7785405.

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

Color convert

RGB 189 203 118 -
CMYK 0.07 0 0.42 0.20
HSL 69.88º 0.45% 0.63% -
HSV(B) 69.88º 0.42% 0.8% -
XYZ 45.61 54.84 25.32 -
YUV 189.12 87.86 127.91 -
System Red Green Blue C M Y K H S L
Decimal 189 203 118 0.07 0 0.42 0.20 69.88 0.45 0.63
Hex BD CB 76 7 0 2A 14 46 2D 3F
Octal 275 313 166 7 0 52 24 106 55 77
Binary 10111101 11001011 1110110 111 0 101010 10100 1000110 101101 111111

Color Harmonies of #BDCB76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCB76

Black with #BDCB76

Text Example


Text Example

White with #BDCB76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCB76; }

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

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

background-color css

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

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

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

border-color css

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

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

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