Html Css Color HEX #B6E328 Fuego

📋 copy color: '#B6E328'

red 182 ◦ green 227 ◦ blue 40

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

Shades of Fuego #B6E328

Tints of Fuego #B6E328

RGB

 RED value IS 182 (71.48% from 255) = 40.53%

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

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

R = 40.53%
G = 50.56%
B = 8.91%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#B6E328 (or 0xB6E328) is known color: Fuego. HEX triplet: B6, E3 and 28. RGB value is (182,227,40). Sum of RGB (Red+Green+Blue) = 182+227+40=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 227 (89.06% from 255 or 50.56% from 449); Blue value is 40 (16.02% from 255 or 8.91% from 449); Max value from RGB is 227 - color contains mainly: green. Hex color #B6E328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6E328 is #491CD7. Grayscale: #C0C0C0. Windows color (decimal): -4791512 or 2679734. OLE color: 2679734.

HSL color Cylindrical-coordinate representation of color #B6E328: hue angle of 74.44º 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 #B6E328 is Cyan = 0.20, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 182 227 40 -
CMYK 0.20 0 0.82 0.11
HSL 74.44º 0.77% 0.52% -
HSV(B) 74.44º 0.82% 0.89% -
XYZ 47.14 65.04 12.08 -
YUV 192.23 42.09 120.71 -
System Red Green Blue C M Y K H S L
Decimal 182 227 40 0.20 0 0.82 0.11 74.44 0.77 0.52
Hex B6 E3 28 14 0 52 B 4A 4D 34
Octal 266 343 50 24 0 122 13 112 115 64
Binary 10110110 11100011 101000 10100 0 1010010 1011 1001010 1001101 110100

Color Harmonies of #B6E328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6E328

Black with #B6E328

Text Example


Text Example

White with #B6E328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6E328; }

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

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

background-color css

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

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

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

border-color css

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

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

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