#BBD680

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

Shades of Sulu #BBD680

Tints of Sulu #BBD680

Color information

#BBD680 (or 0xBBD680) is unknown color: approx Sulu. HEX triplet: BB, D6 and 80. RGB value is (187,214,128). Sum of RGB (Red+Green+Blue) = 187+214+128=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 214 - color contains mainly: green. Hex color #BBD680 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBD680 is #44297F. Grayscale: #C4C4C4. Windows color (decimal): -4467072 or 8443579. OLE color: 8443579.

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

Color convert

RGB187214128-
CMYK0.1300.400.16
HSL78.84º51.19%67.06%-
HSV(B)78.84º40.19%83.92%-
XYZ48.4460.2229.49-
YUV196.1289.55121.49-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.35%
GREEN value IS 214 (83.98% from 255) = 40.45%
BLUE value IS 128 (50.39% from 255) = 24.20%
R=35.35%
G=40.45%
B=24.20%

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
Decimal1872141280.1300.400.1678.8451.1967.06
HexBBD680D028104f3343
Octal273326200150502011763103
Binary101110111101011010000000110101010001000010011111100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD680; }

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

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

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

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

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

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

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

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