#BBDC75

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

Shades of Sulu #BBDC75

Tints of Sulu #BBDC75

Color information

#BBDC75 (or 0xBBDC75) is unknown color: approx Sulu. HEX triplet: BB, DC and 75. RGB value is (187,220,117). Sum of RGB (Red+Green+Blue) = 187+220+117=524 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.69% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 117 (46.09% from 255 or 22.33% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC75 is #44238A. Grayscale: #C6C6C6. Windows color (decimal): -4465547 or 7724219. OLE color: 7724219.

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

Color convert

RGB187220117-
CMYK0.1500.470.14
HSL79.22º59.54%66.08%-
HSV(B)79.22º46.82%86.27%-
XYZ49.363.0426.4-
YUV198.3982.07119.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.69%
GREEN value IS 220 (86.33% from 255) = 41.98%
BLUE value IS 117 (46.09% from 255) = 22.33%
R=35.69%
G=41.98%
B=22.33%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1872201170.1500.470.1479.2259.5466.08
HexBBDC75F02FE4f3c42
Octal273334165170571611774102
Binary1011101111011100111010111110101111111010011111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDC75; }

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

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

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

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

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

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

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

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