#BDC977

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

Shades of Pine Glade #BDC977

Tints of Pine Glade #BDC977

Color information

#BDC977 (or 0xBDC977) is unknown color: approx Pine Glade. HEX triplet: BD, C9 and 77. RGB value is (189,201,119). Sum of RGB (Red+Green+Blue) = 189+201+119=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 119 (46.88% from 255 or 23.38% from 509); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC977 is #423688. Grayscale: #BCBCBC. Windows color (decimal): -4339337 or 7850429. OLE color: 7850429.

HSL color Cylindrical-coordinate representation of color #BDC977: hue angle of 68.78º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BDC977 is Cyan = 0.06, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.21.

Color convert

RGB189201119-
CMYK0.0600.410.21
HSL68.78º43.16%62.75%-
HSV(B)68.78º40.8%78.82%-
XYZ45.253.9225.48-
YUV188.0689.02128.67-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.13%
GREEN value IS 201 (78.91% from 255) = 39.49%
BLUE value IS 119 (46.88% from 255) = 23.38%
R=37.13%
G=39.49%
B=23.38%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892011190.0600.410.2168.7843.1662.75
HexBDC977602915452b3f
Octal2753111676051251055377
Binary101111011100100111101111100101001101011000101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC977; }

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

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

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

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

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

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

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

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