#BBE375

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

Shades of Sulu #BBE375

Tints of Sulu #BBE375

Color information

#BBE375 (or 0xBBE375) is unknown color: approx Sulu. HEX triplet: BB, E3 and 75. RGB value is (187,227,117). Sum of RGB (Red+Green+Blue) = 187+227+117=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 227 (89.06% from 255 or 42.75% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 227 - color contains mainly: green. Hex color #BBE375 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBE375 is #441C8A. Grayscale: #CACACA. Windows color (decimal): -4463755 or 7726011. OLE color: 7726011.

HSL color Cylindrical-coordinate representation of color #BBE375: hue angle of 81.82º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BBE375 is Cyan = 0.18, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB187227117-
CMYK0.1800.480.11
HSL81.82º66.27%67.45%-
HSV(B)81.82º48.46%89.02%-
XYZ51.1766.7927.02-
YUV202.579.75116.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.22%
GREEN value IS 227 (89.06% from 255) = 42.75%
BLUE value IS 117 (46.09% from 255) = 22.03%
R=35.22%
G=42.75%
B=22.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1872271170.1800.480.1181.8266.2767.45
HexBBE37512030B524243
Octal2733431652206013122102103
Binary101110111110001111101011001001100001011101001010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE375; }

 p { color: rgb(187,227,117); }

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

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

 a { background-color: rgb(187,227,117); }

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

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

 span { border-color: rgb(187,227,117); }

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