#BBE96D

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

Shades of Sulu #BBE96D

Tints of Sulu #BBE96D

Color information

#BBE96D (or 0xBBE96D) is unknown color: approx Sulu. HEX triplet: BB, E9 and 6D. RGB value is (187,233,109). Sum of RGB (Red+Green+Blue) = 187+233+109=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 233 (91.41% from 255 or 44.05% from 529); Blue value is 109 (42.97% from 255 or 20.60% from 529); Max value from RGB is 233 - color contains mainly: green. Hex color #BBE96D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBE96D is #441692. Grayscale: #CDCDCD. Windows color (decimal): -4462227 or 7203259. OLE color: 7203259.

HSL color Cylindrical-coordinate representation of color #BBE96D: hue angle of 82.26º 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 #BBE96D is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.

Color convert

RGB187233109-
CMYK0.2000.530.09
HSL82.26º73.81%67.06%-
HSV(B)82.26º53.22%91.37%-
XYZ52.3969.9525.21-
YUV205.1173.76115.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.35%
GREEN value IS 233 (91.41% from 255) = 44.05%
BLUE value IS 109 (42.97% from 255) = 20.60%
R=35.35%
G=44.05%
B=20.60%

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
Decimal1872331090.2000.530.0982.2673.8167.06
HexBBE96D140359524a43
Octal2733511552406511122112103
Binary101110111110100111011011010001101011001101001010010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE96D; }

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

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

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

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

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

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

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

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