#bbd780

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

Shades of Sulu #BBD780

Tints of Sulu #BBD780

Color information

#BBD780 (or 0xBBD780) is unknown color: approx Sulu. HEX triplet: BB, D7 and 80. RGB value is (187,215,128). Sum of RGB (Red+Green+Blue) = 187+215+128=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD780 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD780 is #44287F. Grayscale: #C5C5C5. Windows color (decimal): -4466816 or 8443835. OLE color: 8443835.

HSL color Cylindrical-coordinate representation of color #BBD780: hue angle of 79.31º degrees, saturation: 0.52, 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 #BBD780 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB187215128-
CMYK0.1300.400.16
HSL79.31º52.1%67.25%-
HSV(B)79.31º40.47%84.31%-
XYZ48.6960.7229.58-
YUV196.7189.22121.07-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.28%
GREEN value IS 215 (84.38% from 255) = 40.57%
BLUE value IS 128 (50.39% from 255) = 24.15%
R=35.28%
G=40.57%
B=24.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872151280.1300.400.1679.3152.167.25
HexBBD780D028104f3443
Octal273327200150502011764103
Binary101110111101011110000000110101010001000010011111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbd780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbd780; }

 p { color: rgb(187,215,128); }

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

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

 a { background-color: rgb(187,215,128); }

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

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

 span { border-color: rgb(187,215,128); }

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