Html Css Color HEX #B9E12A Fuego

📋 copy color: '#B9E12A'

red 185 ◦ green 225 ◦ blue 42

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

Shades of Fuego #B9E12A

Tints of Fuego #B9E12A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.29%

R = 40.93%
G = 49.78%
B = 9.29%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#B9E12A (or 0xB9E12A) is known color: Fuego. HEX triplet: B9, E1 and 2A. RGB value is (185,225,42). Sum of RGB (Red+Green+Blue) = 185+225+42=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 225 (88.28% from 255 or 49.78% from 452); Blue value is 42 (16.80% from 255 or 9.29% from 452); Max value from RGB is 225 - color contains mainly: green. Hex color #B9E12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E12A is #461ED5. Grayscale: #C0C0C0. Windows color (decimal): -4595414 or 2810297. OLE color: 2810297.

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

Color convert

RGB 185 225 42 -
CMYK 0.18 0 0.81 0.12
HSL 73.11º 0.75% 0.52% -
HSV(B) 73.11º 0.81% 0.88% -
XYZ 47.35 64.33 12.11 -
YUV 192.18 43.25 122.88 -
System Red Green Blue C M Y K H S L
Decimal 185 225 42 0.18 0 0.81 0.12 73.11 0.75 0.52
Hex B9 E1 2A 12 0 51 C 49 4B 34
Octal 271 341 52 22 0 121 14 111 113 64
Binary 10111001 11100001 101010 10010 0 1010001 1100 1001001 1001011 110100

Color Harmonies of #B9E12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E12A

Black with #B9E12A

Text Example


Text Example

White with #B9E12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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