Html Css Color HEX #B9D81F Fuego

📋 copy color: '#B9D81F'

red 185 ◦ green 216 ◦ blue 31

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

Shades of Fuego #B9D81F

Tints of Fuego #B9D81F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50%

 BLUE value IS 31 (12.5% from 255) = 7.18%

R = 42.82%
G = 50%
B = 7.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#B9D81F (or 0xB9D81F) is known color: Fuego. HEX triplet: B9, D8 and 1F. RGB value is (185,216,31). Sum of RGB (Red+Green+Blue) = 185+216+31=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 216 (84.77% from 255 or 50% from 432); Blue value is 31 (12.5% from 255 or 7.18% from 432); Max value from RGB is 216 - color contains mainly: green. Hex color #B9D81F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9D81F is #4627E0. Grayscale: #BABABA. Windows color (decimal): -4597729 or 2087097. OLE color: 2087097.

HSL color Cylindrical-coordinate representation of color #B9D81F: hue angle of 70.05º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9D81F is Cyan = 0.14, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 216 31 -
CMYK 0.14 0 0.86 0.15
HSL 70.05º 0.75% 0.48% -
HSV(B) 70.05º 0.86% 0.85% -
XYZ 44.81 59.52 10.42 -
YUV 185.64 40.73 127.54 -
System Red Green Blue C M Y K H S L
Decimal 185 216 31 0.14 0 0.86 0.15 70.05 0.75 0.48
Hex B9 D8 1F E 0 56 F 46 4B 30
Octal 271 330 37 16 0 126 17 106 113 60
Binary 10111001 11011000 11111 1110 0 1010110 1111 1000110 1001011 110000

Color Harmonies of #B9D81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D81F

Black with #B9D81F

Text Example


Text Example

White with #B9D81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D81F; }

 p { color: rgb(185,216,31); }

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

background-color css

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

 a { background-color: rgb(185,216,31); }

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

border-color css

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

 span { border-color: rgb(185,216,31); }

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