#BBD775

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

Shades of Sulu #BBD775

Tints of Sulu #BBD775

Color information

#BBD775 (or 0xBBD775) is unknown color: approx Sulu. HEX triplet: BB, D7 and 75. RGB value is (187,215,117). Sum of RGB (Red+Green+Blue) = 187+215+117=519 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.03% from 519); Green value is 215 (84.38% from 255 or 41.43% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD775 is #44288A. Grayscale: #C3C3C3. Windows color (decimal): -4466827 or 7722939. OLE color: 7722939.

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

Color convert

RGB187215117-
CMYK0.1300.460.16
HSL77.14º55.06%65.1%-
HSV(B)77.14º45.58%84.31%-
XYZ4860.4525.97-
YUV195.4683.72121.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.03%
GREEN value IS 215 (84.38% from 255) = 41.43%
BLUE value IS 117 (46.09% from 255) = 22.54%
R=36.03%
G=41.43%
B=22.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1872151170.1300.460.1677.1455.0665.1
HexBBD775D02E104d3741
Octal273327165150562011567101
Binary10111011110101111110101110101011101000010011011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD775; }

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

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

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

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

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

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

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

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