Html Css Color HEX #B9FA64 Sulu

📋 copy color: '#B9FA64'

red 185 ◦ green 250 ◦ blue 100

#B9FA64
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #B9FA64

Tints of Sulu #B9FA64

RGB

 RED value IS 185 (72.66% from 255) = 34.58%

 GREEN value IS 250 (98.05% from 255) = 46.73%

 BLUE value IS 100 (39.45% from 255) = 18.69%

R = 34.58%
G = 46.73%
B = 18.69%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#B9FA64 (or 0xB9FA64) is known color: Sulu. HEX triplet: B9, FA and 64. RGB value is (185,250,100). Sum of RGB (Red+Green+Blue) = 185+250+100=535 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.58% from 535); Green value is 250 (98.05% from 255 or 46.73% from 535); Blue value is 100 (39.45% from 255 or 18.69% from 535); Max value from RGB is 250 - color contains mainly: green. Hex color #B9FA64 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9FA64 is #46059B. Grayscale: #D6D6D6. Windows color (decimal): -4588956 or 6617785. OLE color: 6617785.

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

Color convert

RGB 185 250 100 -
CMYK 0.26 0 0.6 0.02
HSL 86º 0.94% 0.69% -
HSV(B) 86º 0.6% 0.98% -
XYZ 56.49 79.61 24.44 -
YUV 213.47 63.97 107.7 -
System Red Green Blue C M Y K H S L
Decimal 185 250 100 0.26 0 0.6 0.02 86 0.94 0.69
Hex B9 FA 64 1A 0 3C 2 56 5E 45
Octal 271 372 144 32 0 74 2 126 136 105
Binary 10111001 11111010 1100100 11010 0 111100 10 1010110 1011110 1000101

Color Harmonies of #B9FA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9FA64

Black with #B9FA64

Text Example


Text Example

White with #B9FA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9FA64; }

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

 H1.HeaderClassName
 {
   color: #B9FA64;
 }
 .AnyTagClassName
 {
   color: #B9FA64;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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