Html Css Color HEX #B9E328 Fuego

📋 copy color: '#B9E328'

red 185 ◦ green 227 ◦ blue 40

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

Shades of Fuego #B9E328

Tints of Fuego #B9E328

RGB

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

 GREEN value IS 227 (89.06% from 255) = 50.22%

 BLUE value IS 40 (16.02% from 255) = 8.85%

R = 40.93%
G = 50.22%
B = 8.85%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#B9E328 (or 0xB9E328) is known color: Fuego. HEX triplet: B9, E3 and 28. RGB value is (185,227,40). Sum of RGB (Red+Green+Blue) = 185+227+40=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 227 (89.06% from 255 or 50.22% from 452); Blue value is 40 (16.02% from 255 or 8.85% from 452); Max value from RGB is 227 - color contains mainly: green. Hex color #B9E328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9E328 is #461CD7. Grayscale: #C1C1C1. Windows color (decimal): -4594904 or 2679737. OLE color: 2679737.

HSL color Cylindrical-coordinate representation of color #B9E328: hue angle of 73.48º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B9E328 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 185 227 40 -
CMYK 0.19 0 0.82 0.11
HSL 73.48º 0.77% 0.52% -
HSV(B) 73.48º 0.82% 0.89% -
XYZ 47.86 65.41 12.11 -
YUV 193.12 41.59 122.21 -
System Red Green Blue C M Y K H S L
Decimal 185 227 40 0.19 0 0.82 0.11 73.48 0.77 0.52
Hex B9 E3 28 13 0 52 B 49 4D 34
Octal 271 343 50 23 0 122 13 111 115 64
Binary 10111001 11100011 101000 10011 0 1010010 1011 1001001 1001101 110100

Color Harmonies of #B9E328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9E328

Black with #B9E328

Text Example


Text Example

White with #B9E328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9E328; }

 p { color: rgb(185,227,40); }

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

background-color css

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

 a { background-color: rgb(185,227,40); }

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

border-color css

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

 span { border-color: rgb(185,227,40); }

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