#B9FA65

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

Shades of Sulu #B9FA65

Tints of Sulu #B9FA65

Color information

#B9FA65 (or 0xB9FA65) is unknown color: approx Sulu. HEX triplet: B9, FA and 65. RGB value is (185,250,101). Sum of RGB (Red+Green+Blue) = 185+250+101=536 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.51% from 536); Green value is 250 (98.05% from 255 or 46.64% from 536); Blue value is 101 (39.84% from 255 or 18.84% from 536); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FA65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FA65 is #46059A. Grayscale: #D6D6D6. Windows color (decimal): -4588955 or 6683321. OLE color: 6683321.

HSL color Cylindrical-coordinate representation of color #B9FA65: hue angle of 86.17º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B9FA65 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB185250101-
CMYK0.2600.600.02
HSL86.17º93.71%68.82%-
HSV(B)86.17º59.6%98.04%-
XYZ56.5479.6324.7-
YUV213.5864.47107.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.51%
GREEN value IS 250 (98.05% from 255) = 46.64%
BLUE value IS 101 (39.84% from 255) = 18.84%
R=34.51%
G=46.64%
B=18.84%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1852501010.2600.600.0286.1793.7168.82
HexB9FA651A03C2565e45
Octal271372145320742126136105
Binary1011100111111010110010111010011110010101011010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9FA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9FA65; }

 p { color: rgb(185,250,101); }

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

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

 a { background-color: rgb(185,250,101); }

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

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

 span { border-color: rgb(185,250,101); }

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