#BBDD75

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

Shades of Sulu #BBDD75

Tints of Sulu #BBDD75

Color information

#BBDD75 (or 0xBBDD75) is unknown color: approx Sulu. HEX triplet: BB, DD and 75. RGB value is (187,221,117). Sum of RGB (Red+Green+Blue) = 187+221+117=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 117 (46.09% from 255 or 22.29% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDD75 is #44228A. Grayscale: #C7C7C7. Windows color (decimal): -4465291 or 7724475. OLE color: 7724475.

HSL color Cylindrical-coordinate representation of color #BBDD75: hue angle of 79.62º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BBDD75 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB187221117-
CMYK0.1500.470.13
HSL79.62º60.47%66.27%-
HSV(B)79.62º47.06%86.67%-
XYZ49.5663.5626.49-
YUV198.9881.74119.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.62%
GREEN value IS 221 (86.72% from 255) = 42.10%
BLUE value IS 117 (46.09% from 255) = 22.29%
R=35.62%
G=42.10%
B=22.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1872211170.1500.470.1379.6260.4766.27
HexBBDD75F02FD503c42
Octal273335165170571512074102
Binary1011101111011101111010111110101111110110100001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDD75; }

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

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

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

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

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

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

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

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