#BDC877

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

Shades of Pine Glade #BDC877

Tints of Pine Glade #BDC877

Color information

#BDC877 (or 0xBDC877) is unknown color: approx Pine Glade. HEX triplet: BD, C8 and 77. RGB value is (189,200,119). Sum of RGB (Red+Green+Blue) = 189+200+119=508 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.20% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 119 (46.88% from 255 or 23.43% from 508); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC877 is #423788. Grayscale: #BBBBBB. Windows color (decimal): -4339593 or 7850173. OLE color: 7850173.

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

Color convert

RGB189200119-
CMYK0.0600.400.22
HSL68.15º42.41%62.55%-
HSV(B)68.15º40.5%78.43%-
XYZ44.9753.4625.4-
YUV187.4889.36129.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.20%
GREEN value IS 200 (78.52% from 255) = 39.37%
BLUE value IS 119 (46.88% from 255) = 23.43%
R=37.20%
G=39.37%
B=23.43%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1892001190.0600.400.2268.1542.4162.55
HexBDC877602816442a3f
Octal2753101676050261045277
Binary101111011100100011101111100101000101101000100101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC877; }

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

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

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

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

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

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

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

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