Html Css Color HEX #B9E131 Fuego

📋 copy color: '#B9E131'

red 185 ◦ green 225 ◦ blue 49

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

Shades of Fuego #B9E131

Tints of Fuego #B9E131

RGB

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

 GREEN value IS 225 (88.28% from 255) = 49.02%

 BLUE value IS 49 (19.53% from 255) = 10.68%

R = 40.31%
G = 49.02%
B = 10.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#B9E131 (or 0xB9E131) is known color: Fuego. HEX triplet: B9, E1 and 31. RGB value is (185,225,49). Sum of RGB (Red+Green+Blue) = 185+225+49=459 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.31% from 459); Green value is 225 (88.28% from 255 or 49.02% from 459); Blue value is 49 (19.53% from 255 or 10.68% from 459); Max value from RGB is 225 - color contains mainly: green. Hex color #B9E131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E131 is #461ECE. Grayscale: #C1C1C1. Windows color (decimal): -4595407 or 3269049. OLE color: 3269049.

HSL color Cylindrical-coordinate representation of color #B9E131: hue angle of 73.64º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B9E131 is Cyan = 0.18, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 225 49 -
CMYK 0.18 0 0.78 0.12
HSL 73.64º 0.75% 0.54% -
HSV(B) 73.64º 0.78% 0.88% -
XYZ 47.49 64.39 12.83 -
YUV 192.98 46.75 122.31 -
System Red Green Blue C M Y K H S L
Decimal 185 225 49 0.18 0 0.78 0.12 73.64 0.75 0.54
Hex B9 E1 31 12 0 4E C 4A 4B 36
Octal 271 341 61 22 0 116 14 112 113 66
Binary 10111001 11100001 110001 10010 0 1001110 1100 1001010 1001011 110110

Color Harmonies of #B9E131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E131

Black with #B9E131

Text Example


Text Example

White with #B9E131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E131; }

 p { color: rgb(185,225,49); }

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

background-color css

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

 a { background-color: rgb(185,225,49); }

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

border-color css

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

 span { border-color: rgb(185,225,49); }

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