#BDC082

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

Shades of Pine Glade #BDC082

Tints of Pine Glade #BDC082

Color information

#BDC082 (or 0xBDC082) is unknown color: approx Pine Glade. HEX triplet: BD, C0 and 82. RGB value is (189,192,130). Sum of RGB (Red+Green+Blue) = 189+192+130=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 130 (51.17% from 255 or 25.44% from 511); Max value from RGB is 192 - color contains mainly: green. Hex color #BDC082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC082 is #423F7D. Grayscale: #B8B8B8. Windows color (decimal): -4341630 or 8569021. OLE color: 8569021.

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

Color convert

RGB189192130-
CMYK0.0200.320.25
HSL62.9º32.98%63.14%-
HSV(B)62.9º32.29%75.29%-
XYZ43.8750.1328.48-
YUV184.0397.51131.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.99%
GREEN value IS 192 (75.39% from 255) = 37.57%
BLUE value IS 130 (51.17% from 255) = 25.44%
R=36.99%
G=37.57%
B=25.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891921300.0200.320.2562.932.9863.14
HexBDC0822020193f213f
Octal275300202204031774177
Binary10111101110000001000001010010000011001111111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC082; }

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

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

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

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

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

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

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

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