#BDC08A

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

Shades of Pine Glade #BDC08A

Tints of Pine Glade #BDC08A

Color information

#BDC08A (or 0xBDC08A) is unknown color: approx Pine Glade. HEX triplet: BD, C0 and 8A. RGB value is (189,192,138). Sum of RGB (Red+Green+Blue) = 189+192+138=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 138 (54.30% from 255 or 26.59% from 519); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC08A is #423F75. Grayscale: #B9B9B9. Windows color (decimal): -4341622 or 9093309. OLE color: 9093309.

HSL color Cylindrical-coordinate representation of color #BDC08A: hue angle of 63.33º 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 #BDC08A is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB189192138-
CMYK0.0200.280.25
HSL63.33º30%64.71%-
HSV(B)63.33º28.12%75.29%-
XYZ44.4250.3531.42-
YUV184.95101.51130.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.42%
GREEN value IS 192 (75.39% from 255) = 36.99%
BLUE value IS 138 (54.30% from 255) = 26.59%
R=36.42%
G=36.99%
B=26.59%

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
Decimal1891921380.0200.280.2563.333064.71
HexBDC08A201C193f1e41
Octal2753002122034317736101
Binary1011110111000000100010101001110011001111111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC08A; }

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

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

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

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

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

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

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

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