#BBF966

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

Shades of Sulu #BBF966

Tints of Sulu #BBF966

Color information

#BBF966 (or 0xBBF966) is unknown color: approx Sulu. HEX triplet: BB, F9 and 66. RGB value is (187,249,102). Sum of RGB (Red+Green+Blue) = 187+249+102=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 249 (97.66% from 255 or 46.28% from 538); Blue value is 102 (40.23% from 255 or 18.96% from 538); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF966 is #440699. Grayscale: #D6D6D6. Windows color (decimal): -4458138 or 6748603. OLE color: 6748603.

HSL color Cylindrical-coordinate representation of color #BBF966: hue angle of 85.31º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BBF966 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB187249102-
CMYK0.2500.590.02
HSL85.31º92.45%68.82%-
HSV(B)85.31º59.04%97.65%-
XYZ56.7779.2824.88-
YUV213.764.96108.95-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.76%
GREEN value IS 249 (97.66% from 255) = 46.28%
BLUE value IS 102 (40.23% from 255) = 18.96%
R=34.76%
G=46.28%
B=18.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872491020.2500.590.0285.3192.4568.82
HexBBF9661903B2555c45
Octal273371146310732125134105
Binary1011101111111001110011011001011101110101010110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBF966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBF966; }

 p { color: rgb(187,249,102); }

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

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

 a { background-color: rgb(187,249,102); }

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

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

 span { border-color: rgb(187,249,102); }

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