#BDD578

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

Shades of Sulu #BDD578

Tints of Sulu #BDD578

Color information

#BDD578 (or 0xBDD578) is unknown color: approx Sulu. HEX triplet: BD, D5 and 78. RGB value is (189,213,120). Sum of RGB (Red+Green+Blue) = 189+213+120=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 120 (47.27% from 255 or 22.99% from 522); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD578 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD578 is #422A87. Grayscale: #C3C3C3. Windows color (decimal): -4336264 or 7919037. OLE color: 7919037.

HSL color Cylindrical-coordinate representation of color #BDD578: hue angle of 75.48º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BDD578 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB189213120-
CMYK0.1100.440.16
HSL75.48º52.54%65.29%-
HSV(B)75.48º43.66%83.53%-
XYZ48.1759.7626.77-
YUV195.2285.55123.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.21%
GREEN value IS 213 (83.59% from 255) = 40.80%
BLUE value IS 120 (47.27% from 255) = 22.99%
R=36.21%
G=40.80%
B=22.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892131200.1100.440.1675.4852.5465.29
HexBDD578B02C104b3541
Octal275325170130542011365101
Binary10111101110101011111000101101011001000010010111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD578; }

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

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

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

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

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

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

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

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