#BDCA81

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

Shades of Pine Glade #BDCA81

Tints of Pine Glade #BDCA81

Color information

#BDCA81 (or 0xBDCA81) is unknown color: approx Pine Glade. HEX triplet: BD, CA and 81. RGB value is (189,202,129). Sum of RGB (Red+Green+Blue) = 189+202+129=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 129 (50.78% from 255 or 24.81% from 520); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCA81 is #42357E. Grayscale: #BEBEBE. Windows color (decimal): -4339071 or 8506045. OLE color: 8506045.

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

Color convert

RGB189202129-
CMYK0.0600.360.21
HSL70.68º40.78%64.9%-
HSV(B)70.68º36.14%79.22%-
XYZ46.0754.6428.89-
YUV189.7993.69127.44-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.35%
GREEN value IS 202 (79.30% from 255) = 38.85%
BLUE value IS 129 (50.78% from 255) = 24.81%
R=36.35%
G=38.85%
B=24.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892021290.0600.360.2170.6840.7864.9
HexBDCA81602415472941
Octal27531220160442510751101
Binary10111101110010101000000111001001001010110001111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCA81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCA81; }

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

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

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

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

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

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

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

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