#BDC37E

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

Shades of Pine Glade #BDC37E

Tints of Pine Glade #BDC37E

Color information

#BDC37E (or 0xBDC37E) is unknown color: approx Pine Glade. HEX triplet: BD, C3 and 7E. RGB value is (189,195,126). Sum of RGB (Red+Green+Blue) = 189+195+126=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 195 (76.56% from 255 or 38.24% from 510); Blue value is 126 (49.61% from 255 or 24.71% from 510); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC37E is #423C81. Grayscale: #B9B9B9. Windows color (decimal): -4340866 or 8307645. OLE color: 8307645.

HSL color Cylindrical-coordinate representation of color #BDC37E: hue angle of 65.22º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDC37E is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB189195126-
CMYK0.0300.350.24
HSL65.22º36.51%62.94%-
HSV(B)65.22º35.38%76.47%-
XYZ44.2751.3627.32-
YUV185.3494.51130.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.06%
GREEN value IS 195 (76.56% from 255) = 38.24%
BLUE value IS 126 (49.61% from 255) = 24.71%
R=37.06%
G=38.24%
B=24.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891951260.0300.350.2465.2236.5162.94
HexBDC37E30231841253f
Octal2753031763043301014577
Binary10111101110000111111110110100011110001000001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC37E; }

 p { color: rgb(189,195,126); }

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

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

 a { background-color: rgb(189,195,126); }

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

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

 span { border-color: rgb(189,195,126); }

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