#BDC577

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

Shades of Pine Glade #BDC577

Tints of Pine Glade #BDC577

Color information

#BDC577 (or 0xBDC577) is unknown color: approx Pine Glade. HEX triplet: BD, C5 and 77. RGB value is (189,197,119). Sum of RGB (Red+Green+Blue) = 189+197+119=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 197 (77.34% from 255 or 39.01% from 505); Blue value is 119 (46.88% from 255 or 23.56% from 505); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC577 is #423A88. Grayscale: #BABABA. Windows color (decimal): -4340361 or 7849405. OLE color: 7849405.

HSL color Cylindrical-coordinate representation of color #BDC577: hue angle of 66.15º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDC577 is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB189197119-
CMYK0.0400.400.23
HSL66.15º40.21%61.96%-
HSV(B)66.15º39.59%77.25%-
XYZ44.2852.0825.17-
YUV185.7290.35130.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.43%
GREEN value IS 197 (77.34% from 255) = 39.01%
BLUE value IS 119 (46.88% from 255) = 23.56%
R=37.43%
G=39.01%
B=23.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891971190.0400.400.2366.1540.2161.96
HexBDC57740281742283e
Octal2753051674050271025076
Binary101111011100010111101111000101000101111000010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC577; }

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

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

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

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

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

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

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

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