Html Css Color HEX #B9E12C Fuego

📋 copy color: '#B9E12C'

red 185 ◦ green 225 ◦ blue 44

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

Shades of Fuego #B9E12C

Tints of Fuego #B9E12C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 9.69%

R = 40.75%
G = 49.56%
B = 9.69%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.80

 K value IS 0.12

RGB Variations

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

Color information

#B9E12C (or 0xB9E12C) is known color: Fuego. HEX triplet: B9, E1 and 2C. RGB value is (185,225,44). Sum of RGB (Red+Green+Blue) = 185+225+44=454 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.75% from 454); Green value is 225 (88.28% from 255 or 49.56% from 454); Blue value is 44 (17.58% from 255 or 9.69% from 454); Max value from RGB is 225 - color contains mainly: green. Hex color #B9E12C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E12C is #461ED3. Grayscale: #C1C1C1. Windows color (decimal): -4595412 or 2941369. OLE color: 2941369.

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

Color convert

RGB 185 225 44 -
CMYK 0.18 0 0.80 0.12
HSL 73.26º 0.75% 0.53% -
HSV(B) 73.26º 0.8% 0.88% -
XYZ 47.39 64.35 12.31 -
YUV 192.41 44.25 122.72 -
System Red Green Blue C M Y K H S L
Decimal 185 225 44 0.18 0 0.80 0.12 73.26 0.75 0.53
Hex B9 E1 2C 12 0 50 C 49 4B 35
Octal 271 341 54 22 0 120 14 111 113 65
Binary 10111001 11100001 101100 10010 0 1010000 1100 1001001 1001011 110101

Color Harmonies of #B9E12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E12C

Black with #B9E12C

Text Example


Text Example

White with #B9E12C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E12C; }

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

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

background-color css

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

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

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

border-color css

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

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

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