Html Css Color HEX #B9E12F Fuego

📋 copy color: '#B9E12F'

red 185 ◦ green 225 ◦ blue 47

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

Shades of Fuego #B9E12F

Tints of Fuego #B9E12F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.28%

R = 40.48%
G = 49.23%
B = 10.28%

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

#B9E12F (or 0xB9E12F) is known color: Fuego. HEX triplet: B9, E1 and 2F. RGB value is (185,225,47). Sum of RGB (Red+Green+Blue) = 185+225+47=457 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.48% from 457); Green value is 225 (88.28% from 255 or 49.23% from 457); Blue value is 47 (18.75% from 255 or 10.28% from 457); Max value from RGB is 225 - color contains mainly: green. Hex color #B9E12F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E12F is #461ED0. Grayscale: #C1C1C1. Windows color (decimal): -4595409 or 3137977. OLE color: 3137977.

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

Color convert

RGB 185 225 47 -
CMYK 0.18 0 0.79 0.12
HSL 73.48º 0.75% 0.53% -
HSV(B) 73.48º 0.79% 0.88% -
XYZ 47.45 64.37 12.61 -
YUV 192.75 45.75 122.47 -
System Red Green Blue C M Y K H S L
Decimal 185 225 47 0.18 0 0.79 0.12 73.48 0.75 0.53
Hex B9 E1 2F 12 0 4F C 49 4B 35
Octal 271 341 57 22 0 117 14 111 113 65
Binary 10111001 11100001 101111 10010 0 1001111 1100 1001001 1001011 110101

Color Harmonies of #B9E12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E12F

Black with #B9E12F

Text Example


Text Example

White with #B9E12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E12F; }

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

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

background-color css

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

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

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

border-color css

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

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

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