#BDC882

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

Shades of Pine Glade #BDC882

Tints of Pine Glade #BDC882

Color information

#BDC882 (or 0xBDC882) is unknown color: approx Pine Glade. HEX triplet: BD, C8 and 82. RGB value is (189,200,130). Sum of RGB (Red+Green+Blue) = 189+200+130=519 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.42% from 519); Green value is 200 (78.52% from 255 or 38.54% from 519); Blue value is 130 (51.17% from 255 or 25.05% from 519); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC882 is #42377D. Grayscale: #BDBDBD. Windows color (decimal): -4339582 or 8571069. OLE color: 8571069.

HSL color Cylindrical-coordinate representation of color #BDC882: hue angle of 69.43º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDC882 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.22.

Color convert

RGB189200130-
CMYK0.0600.350.22
HSL69.43º38.89%64.71%-
HSV(B)69.43º35%78.43%-
XYZ45.6753.7429.08-
YUV188.7394.86128.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.42%
GREEN value IS 200 (78.52% from 255) = 38.54%
BLUE value IS 130 (51.17% from 255) = 25.05%
R=36.42%
G=38.54%
B=25.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1892001300.0600.350.2269.4338.8964.71
HexBDC882602316452741
Octal27531020260432610547101
Binary10111101110010001000001011001000111011010001011001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC882; }

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

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

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

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

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

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

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

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