#BDCB84

Color #BDCB84 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BDCB84

Tints of Pine Glade #BDCB84

Color information

#BDCB84 (or 0xBDCB84) is unknown color: approx Pine Glade. HEX triplet: BD, CB and 84. RGB value is (189,203,132). Sum of RGB (Red+Green+Blue) = 189+203+132=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 132 (51.95% from 255 or 25.19% from 524); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCB84 is #42347B. Grayscale: #BEBEBE. Windows color (decimal): -4338812 or 8702909. OLE color: 8702909.

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

Color convert

RGB189203132-
CMYK0.0700.350.20
HSL71.83º40.57%65.69%-
HSV(B)71.83º34.98%79.61%-
XYZ46.5155.230.03-
YUV190.7294.86126.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 203 (79.69% from 255) = 38.74%
BLUE value IS 132 (51.95% from 255) = 25.19%
R=36.07%
G=38.74%
B=25.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892031320.0700.350.2071.8340.5765.69
HexBDCB84702314482942
Octal27531320470432411051102
Binary10111101110010111000010011101000111010010010001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCB84; }

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

 H1.HeaderClassName
 {
   color: #BDCB84;
 }
 .AnyTagClassName
 {
   color: #BDCB84;
 }
</style>
background-color css

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

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

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

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

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

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