#BDC285

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

Shades of Pine Glade #BDC285

Tints of Pine Glade #BDC285

Color information

#BDC285 (or 0xBDC285) is unknown color: approx Pine Glade. HEX triplet: BD, C2 and 85. RGB value is (189,194,133). Sum of RGB (Red+Green+Blue) = 189+194+133=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 194 - color contains mainly: green. Hex color #BDC285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDC285 is #423D7A. Grayscale: #B9B9B9. Windows color (decimal): -4341115 or 8766141. OLE color: 8766141.

HSL color Cylindrical-coordinate representation of color #BDC285: hue angle of 64.92º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BDC285 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB189194133-
CMYK0.0300.310.24
HSL64.92º33.33%64.12%-
HSV(B)64.92º31.44%76.08%-
XYZ44.5151.129.71-
YUV185.5598.34130.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.63%
GREEN value IS 194 (76.17% from 255) = 37.60%
BLUE value IS 133 (52.34% from 255) = 25.78%
R=36.63%
G=37.60%
B=25.78%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1891941330.0300.310.2464.9233.3364.12
HexBDC285301F18412140
Octal27530220530373010141100
Binary101111011100001010000101110111111100010000011000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC285; }

 p { color: rgb(189,194,133); }

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

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

 a { background-color: rgb(189,194,133); }

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

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

 span { border-color: rgb(189,194,133); }

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