#BBD774

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

Shades of Sulu #BBD774

Tints of Sulu #BBD774

Color information

#BBD774 (or 0xBBD774) is unknown color: approx Sulu. HEX triplet: BB, D7 and 74. RGB value is (187,215,116). Sum of RGB (Red+Green+Blue) = 187+215+116=518 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.10% from 518); Green value is 215 (84.38% from 255 or 41.51% from 518); Blue value is 116 (45.70% from 255 or 22.39% from 518); Max value from RGB is 215 - color contains mainly: green. Hex color #BBD774 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBD774 is #44288B. Grayscale: #C3C3C3. Windows color (decimal): -4466828 or 7657403. OLE color: 7657403.

HSL color Cylindrical-coordinate representation of color #BBD774: hue angle of 76.97º 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 #BBD774 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB187215116-
CMYK0.1300.460.16
HSL76.97º55.31%64.9%-
HSV(B)76.97º46.05%84.31%-
XYZ47.9560.4325.66-
YUV195.3483.22122.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.10%
GREEN value IS 215 (84.38% from 255) = 41.51%
BLUE value IS 116 (45.70% from 255) = 22.39%
R=36.10%
G=41.51%
B=22.39%

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
Decimal1872151160.1300.460.1676.9755.3164.9
HexBBD774D02E104d3741
Octal273327164150562011567101
Binary10111011110101111110100110101011101000010011011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBD774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBD774; }

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

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

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

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

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

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

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

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