#BBD875

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

Shades of Sulu #BBD875

Tints of Sulu #BBD875

Color information

#BBD875 (or 0xBBD875) is unknown color: approx Sulu. HEX triplet: BB, D8 and 75. RGB value is (187,216,117). Sum of RGB (Red+Green+Blue) = 187+216+117=520 (68% of max value = 765). Red value is 187 (73.44% from 255 or 35.96% from 520); Green value is 216 (84.77% from 255 or 41.54% from 520); Blue value is 117 (46.09% from 255 or 22.5% from 520); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD875 is #44278A. Grayscale: #C4C4C4. Windows color (decimal): -4466571 or 7723195. OLE color: 7723195.

HSL color Cylindrical-coordinate representation of color #BBD875: hue angle of 77.58º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BBD875 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB187216117-
CMYK0.1300.460.15
HSL77.58º55.93%65.29%-
HSV(B)77.58º45.83%84.71%-
XYZ48.2660.9626.05-
YUV196.0483.39121.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.96%
GREEN value IS 216 (84.77% from 255) = 41.54%
BLUE value IS 117 (46.09% from 255) = 22.5%
R=35.96%
G=41.54%
B=22.5%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1872161170.1300.460.1577.5855.9365.29
HexBBD875D02EF4e3841
Octal273330165150561711670101
Binary1011101111011000111010111010101110111110011101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD875; }

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

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

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

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

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

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

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

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