#BDC37B

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

Shades of Pine Glade #BDC37B

Tints of Pine Glade #BDC37B

Color information

#BDC37B (or 0xBDC37B) is unknown color: approx Pine Glade. HEX triplet: BD, C3 and 7B. RGB value is (189,195,123). Sum of RGB (Red+Green+Blue) = 189+195+123=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 195 - color contains mainly: green. Hex color #BDC37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC37B is #423C84. Grayscale: #B9B9B9. Windows color (decimal): -4340869 or 8111037. OLE color: 8111037.

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

Color convert

RGB189195123-
CMYK0.0300.370.24
HSL65º37.5%62.35%-
HSV(B)65º36.92%76.47%-
XYZ44.0851.2826.31-
YUV18593.01130.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.28%
GREEN value IS 195 (76.56% from 255) = 38.46%
BLUE value IS 123 (48.44% from 255) = 24.26%
R=37.28%
G=38.46%
B=24.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891951230.0300.370.246537.562.35
HexBDC37B30251841263e
Octal2753031733045301014676
Binary10111101110000111111011110100101110001000001100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC37B; }

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

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

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

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

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

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

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

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