Html Css Color HEX #B9F964 Sulu

📋 copy color: '#B9F964'

red 185 ◦ green 249 ◦ blue 100

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

Shades of Sulu #B9F964

Tints of Sulu #B9F964

RGB

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

 GREEN value IS 249 (97.66% from 255) = 46.63%

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

R = 34.64%
G = 46.63%
B = 18.73%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#B9F964 (or 0xB9F964) is known color: Sulu. HEX triplet: B9, F9 and 64. RGB value is (185,249,100). Sum of RGB (Red+Green+Blue) = 185+249+100=534 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.64% from 534); Green value is 249 (97.66% from 255 or 46.63% from 534); Blue value is 100 (39.45% from 255 or 18.73% from 534); Max value from RGB is 249 - color contains mainly: green. Hex color #B9F964 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B9F964 is #46069B. Grayscale: #D5D5D5. Windows color (decimal): -4589212 or 6617529. OLE color: 6617529.

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

Color convert

RGB 185 249 100 -
CMYK 0.26 0 0.60 0.02
HSL 85.77º 0.93% 0.68% -
HSV(B) 85.77º 0.6% 0.98% -
XYZ 56.18 78.99 24.34 -
YUV 212.88 64.3 108.12 -
System Red Green Blue C M Y K H S L
Decimal 185 249 100 0.26 0 0.60 0.02 85.77 0.93 0.68
Hex B9 F9 64 1A 0 3C 2 56 5D 44
Octal 271 371 144 32 0 74 2 126 135 104
Binary 10111001 11111001 1100100 11010 0 111100 10 1010110 1011101 1000100

Color Harmonies of #B9F964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9F964

Black with #B9F964

Text Example


Text Example

White with #B9F964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9F964; }

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

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

background-color css

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

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

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

border-color css

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

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

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