#BDC58A

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

Shades of Pine Glade #BDC58A

Tints of Pine Glade #BDC58A

Color information

#BDC58A (or 0xBDC58A) is unknown color: approx Pine Glade. HEX triplet: BD, C5 and 8A. RGB value is (189,197,138). Sum of RGB (Red+Green+Blue) = 189+197+138=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 197 (77.34% from 255 or 37.60% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC58A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC58A is #423A75. Grayscale: #BCBCBC. Windows color (decimal): -4340342 or 9094589. OLE color: 9094589.

HSL color Cylindrical-coordinate representation of color #BDC58A: hue angle of 68.14º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDC58A is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB189197138-
CMYK0.0400.300.23
HSL68.14º33.71%65.69%-
HSV(B)68.14º29.95%77.25%-
XYZ45.5452.5931.79-
YUV187.8899.85128.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 197 (77.34% from 255) = 37.60%
BLUE value IS 138 (54.30% from 255) = 26.34%
R=36.07%
G=37.60%
B=26.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891971380.0400.300.2368.1433.7165.69
HexBDC58A401E17442242
Octal27530521240362710442102
Binary1011110111000101100010101000111101011110001001000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC58A; }

 p { color: rgb(189,197,138); }

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

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

 a { background-color: rgb(189,197,138); }

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

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

 span { border-color: rgb(189,197,138); }

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