#BDC871

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

Shades of Pine Glade #BDC871

Tints of Pine Glade #BDC871

Color information

#BDC871 (or 0xBDC871) is unknown color: approx Pine Glade. HEX triplet: BD, C8 and 71. RGB value is (189,200,113). Sum of RGB (Red+Green+Blue) = 189+200+113=502 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.65% from 502); Green value is 200 (78.52% from 255 or 39.84% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC871 is #42378E. Grayscale: #BBBBBB. Windows color (decimal): -4339599 or 7456957. OLE color: 7456957.

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

Color convert

RGB189200113-
CMYK0.0600.440.22
HSL67.59º44.16%61.37%-
HSV(B)67.59º43.5%78.43%-
XYZ44.6253.3223.56-
YUV186.7986.36129.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.65%
GREEN value IS 200 (78.52% from 255) = 39.84%
BLUE value IS 113 (44.53% from 255) = 22.51%
R=37.65%
G=39.84%
B=22.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1892001130.0600.440.2267.5944.1661.37
HexBDC871602C16442c3d
Octal2753101616054261045475
Binary101111011100100011100011100101100101101000100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC871; }

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

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

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

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

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

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

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

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