#BDC482

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

Shades of Pine Glade #BDC482

Tints of Pine Glade #BDC482

Color information

#BDC482 (or 0xBDC482) is unknown color: approx Pine Glade. HEX triplet: BD, C4 and 82. RGB value is (189,196,130). Sum of RGB (Red+Green+Blue) = 189+196+130=515 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.70% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 130 (51.17% from 255 or 25.24% from 515); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC482 is #423B7D. Grayscale: #BABABA. Windows color (decimal): -4340606 or 8570045. OLE color: 8570045.

HSL color Cylindrical-coordinate representation of color #BDC482: hue angle of 66.36º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BDC482 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB189196130-
CMYK0.0400.340.23
HSL66.36º35.87%63.92%-
HSV(B)66.36º33.67%76.86%-
XYZ44.7651.9128.78-
YUV186.3896.18129.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.70%
GREEN value IS 196 (76.95% from 255) = 38.06%
BLUE value IS 130 (51.17% from 255) = 25.24%
R=36.70%
G=38.06%
B=25.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891961300.0400.340.2366.3635.8763.92
HexBDC482402217422440
Octal27530420240422710244100
Binary10111101110001001000001010001000101011110000101001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC482; }

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

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

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

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

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

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

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

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