#BDCA7D

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

Shades of Pine Glade #BDCA7D

Tints of Pine Glade #BDCA7D

Color information

#BDCA7D (or 0xBDCA7D) is unknown color: approx Pine Glade. HEX triplet: BD, CA and 7D. RGB value is (189,202,125). Sum of RGB (Red+Green+Blue) = 189+202+125=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDCA7D is #423582. Grayscale: #BDBDBD. Windows color (decimal): -4339075 or 8243901. OLE color: 8243901.

HSL color Cylindrical-coordinate representation of color #BDCA7D: hue angle of 70.13º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BDCA7D is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.21.

Color convert

RGB189202125-
CMYK0.0600.380.21
HSL70.13º42.08%64.12%-
HSV(B)70.13º38.12%79.22%-
XYZ45.8154.5427.52-
YUV189.3391.69127.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.63%
GREEN value IS 202 (79.30% from 255) = 39.15%
BLUE value IS 125 (49.22% from 255) = 24.22%
R=36.63%
G=39.15%
B=24.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892021250.0600.380.2170.1342.0864.12
HexBDCA7D602615462a40
Octal27531217560462510652100
Binary1011110111001010111110111001001101010110001101010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCA7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCA7D; }

 p { color: rgb(189,202,125); }

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

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

 a { background-color: rgb(189,202,125); }

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

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

 span { border-color: rgb(189,202,125); }

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