#B9F966

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

Shades of Sulu #B9F966

Tints of Sulu #B9F966

Color information

#B9F966 (or 0xB9F966) is unknown color: approx Sulu. HEX triplet: B9, F9 and 66. RGB value is (185,249,102). Sum of RGB (Red+Green+Blue) = 185+249+102=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 249 (97.66% from 255 or 46.46% from 536); Blue value is 102 (40.23% from 255 or 19.03% from 536); Max value from RGB is 249 - color contains mainly: green. Hex color #B9F966 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F966 is #460699. Grayscale: #D5D5D5. Windows color (decimal): -4589210 or 6748601. OLE color: 6748601.

HSL color Cylindrical-coordinate representation of color #B9F966: hue angle of 86.12º 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 #B9F966 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB185249102-
CMYK0.2600.590.02
HSL86.12º92.45%68.82%-
HSV(B)86.12º59.04%97.65%-
XYZ56.2879.0224.86-
YUV213.1165.3107.95-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.51%
GREEN value IS 249 (97.66% from 255) = 46.46%
BLUE value IS 102 (40.23% from 255) = 19.03%
R=34.51%
G=46.46%
B=19.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852491020.2600.590.0286.1292.4568.82
HexB9F9661A03B2565c45
Octal271371146320732126134105
Binary1011100111111001110011011010011101110101011010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9F966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9F966; }

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

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

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

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

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

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

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

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