#BDC08B

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

Shades of Pine Glade #BDC08B

Tints of Pine Glade #BDC08B

Color information

#BDC08B (or 0xBDC08B) is unknown color: approx Pine Glade. HEX triplet: BD, C0 and 8B. RGB value is (189,192,139). Sum of RGB (Red+Green+Blue) = 189+192+139=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 139 (54.69% from 255 or 26.73% from 520); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC08B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC08B is #423F74. Grayscale: #B9B9B9. Windows color (decimal): -4341621 or 9158845. OLE color: 9158845.

HSL color Cylindrical-coordinate representation of color #BDC08B: hue angle of 63.4º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BDC08B is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB189192139-
CMYK0.0200.280.25
HSL63.4º29.61%64.9%-
HSV(B)63.4º27.6%75.29%-
XYZ44.550.3831.81-
YUV185.06102.01130.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.35%
GREEN value IS 192 (75.39% from 255) = 36.92%
BLUE value IS 139 (54.69% from 255) = 26.73%
R=36.35%
G=36.92%
B=26.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891921390.0200.280.2563.429.6164.9
HexBDC08B201C193f1e41
Octal2753002132034317736101
Binary1011110111000000100010111001110011001111111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC08B; }

 p { color: rgb(189,192,139); }

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

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

 a { background-color: rgb(189,192,139); }

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

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

 span { border-color: rgb(189,192,139); }

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