#BDC578

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

Shades of Pine Glade #BDC578

Tints of Pine Glade #BDC578

Color information

#BDC578 (or 0xBDC578) is unknown color: approx Pine Glade. HEX triplet: BD, C5 and 78. RGB value is (189,197,120). Sum of RGB (Red+Green+Blue) = 189+197+120=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 197 (77.34% from 255 or 38.93% from 506); Blue value is 120 (47.27% from 255 or 23.72% from 506); Max value from RGB is 197 - color contains mainly: green. Hex color #BDC578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDC578 is #423A87. Grayscale: #BABABA. Windows color (decimal): -4340360 or 7914941. OLE color: 7914941.

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

Color convert

RGB189197120-
CMYK0.0400.390.23
HSL66.23º39.9%62.16%-
HSV(B)66.23º39.09%77.25%-
XYZ44.3452.1125.49-
YUV185.8390.85130.26-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.35%
GREEN value IS 197 (77.34% from 255) = 38.93%
BLUE value IS 120 (47.27% from 255) = 23.72%
R=37.35%
G=38.93%
B=23.72%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1891971200.0400.390.2366.2339.962.16
HexBDC57840271742283e
Octal2753051704047271025076
Binary101111011100010111110001000100111101111000010101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC578; }

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

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

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

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

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

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

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

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