#BDCB7A

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

Shades of Pine Glade #BDCB7A

Tints of Pine Glade #BDCB7A

Color information

#BDCB7A (or 0xBDCB7A) is unknown color: approx Pine Glade. HEX triplet: BD, CB and 7A. RGB value is (189,203,122). Sum of RGB (Red+Green+Blue) = 189+203+122=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 203 (79.69% from 255 or 39.49% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 203 - color contains mainly: green. Hex color #BDCB7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCB7A is #423485. Grayscale: #BDBDBD. Windows color (decimal): -4338822 or 8047549. OLE color: 8047549.

HSL color Cylindrical-coordinate representation of color #BDCB7A: hue angle of 70.37º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDCB7A is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB189203122-
CMYK0.0700.400.20
HSL70.37º43.78%63.73%-
HSV(B)70.37º39.9%79.61%-
XYZ45.8654.9426.6-
YUV189.5889.86127.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.77%
GREEN value IS 203 (79.69% from 255) = 39.49%
BLUE value IS 122 (48.05% from 255) = 23.74%
R=36.77%
G=39.49%
B=23.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892031220.0700.400.2070.3743.7863.73
HexBDCB7A702814462c40
Octal27531317270502410654100
Binary1011110111001011111101011101010001010010001101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCB7A; }

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

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

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

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

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

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

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

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