Html Css Color HEX #B9E130 Fuego

📋 copy color: '#B9E130'

red 185 ◦ green 225 ◦ blue 48

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

Shades of Fuego #B9E130

Tints of Fuego #B9E130

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.48%

R = 40.39%
G = 49.13%
B = 10.48%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#B9E130 (or 0xB9E130) is known color: Fuego. HEX triplet: B9, E1 and 30. RGB value is (185,225,48). Sum of RGB (Red+Green+Blue) = 185+225+48=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 225 (88.28% from 255 or 49.13% from 458); Blue value is 48 (19.14% from 255 or 10.48% from 458); Max value from RGB is 225 - color contains mainly: green. Hex color #B9E130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E130 is #461ECF. Grayscale: #C1C1C1. Windows color (decimal): -4595408 or 3203513. OLE color: 3203513.

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

Color convert

RGB 185 225 48 -
CMYK 0.18 0 0.79 0.12
HSL 73.56º 0.75% 0.54% -
HSV(B) 73.56º 0.79% 0.88% -
XYZ 47.47 64.38 12.72 -
YUV 192.86 46.25 122.39 -
System Red Green Blue C M Y K H S L
Decimal 185 225 48 0.18 0 0.79 0.12 73.56 0.75 0.54
Hex B9 E1 30 12 0 4F C 4A 4B 36
Octal 271 341 60 22 0 117 14 112 113 66
Binary 10111001 11100001 110000 10010 0 1001111 1100 1001010 1001011 110110

Color Harmonies of #B9E130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E130

Black with #B9E130

Text Example


Text Example

White with #B9E130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E130; }

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

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

background-color css

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

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

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

border-color css

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

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

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