#BBE96E

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

Shades of Sulu #BBE96E

Tints of Sulu #BBE96E

Color information

#BBE96E (or 0xBBE96E) is unknown color: approx Sulu. HEX triplet: BB, E9 and 6E. RGB value is (187,233,110). Sum of RGB (Red+Green+Blue) = 187+233+110=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 110 (43.36% from 255 or 20.75% from 530); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE96E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE96E is #441691. Grayscale: #CDCDCD. Windows color (decimal): -4462226 or 7268795. OLE color: 7268795.

HSL color Cylindrical-coordinate representation of color #BBE96E: hue angle of 82.44º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBE96E is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB187233110-
CMYK0.2000.530.09
HSL82.44º73.65%67.25%-
HSV(B)82.44º52.79%91.37%-
XYZ52.4569.9725.49-
YUV205.2274.26115-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.28%
GREEN value IS 233 (91.41% from 255) = 43.96%
BLUE value IS 110 (43.36% from 255) = 20.75%
R=35.28%
G=43.96%
B=20.75%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872331100.2000.530.0982.4473.6567.25
HexBBE96E140359524a43
Octal2733511562406511122112103
Binary101110111110100111011101010001101011001101001010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE96E; }

 p { color: rgb(187,233,110); }

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

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

 a { background-color: rgb(187,233,110); }

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

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

 span { border-color: rgb(187,233,110); }

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