#BDD580

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

Shades of Sulu #BDD580

Tints of Sulu #BDD580

Color information

#BDD580 (or 0xBDD580) is unknown color: approx Sulu. HEX triplet: BD, D5 and 80. RGB value is (189,213,128). Sum of RGB (Red+Green+Blue) = 189+213+128=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 213 (83.59% from 255 or 40.19% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 213 - color contains mainly: green. Hex color #BDD580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD580 is #422A7F. Grayscale: #C4C4C4. Windows color (decimal): -4336256 or 8443325. OLE color: 8443325.

HSL color Cylindrical-coordinate representation of color #BDD580: hue angle of 76.94º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BDD580 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB189213128-
CMYK0.1100.400.16
HSL76.94º50.3%66.86%-
HSV(B)76.94º39.91%83.53%-
XYZ48.6859.9729.43-
YUV196.1389.55122.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.66%
GREEN value IS 213 (83.59% from 255) = 40.19%
BLUE value IS 128 (50.39% from 255) = 24.15%
R=35.66%
G=40.19%
B=24.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1892131280.1100.400.1676.9450.366.86
HexBDD580B028104d3243
Octal275325200130502011562103
Binary101111011101010110000000101101010001000010011011100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD580; }

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

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

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

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

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

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

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

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