Html Css Color HEX #B6C831 Fuego

📋 copy color: '#B6C831'

red 182 ◦ green 200 ◦ blue 49

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

Shades of Fuego #B6C831

Tints of Fuego #B6C831

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.4%

 BLUE value IS 49 (19.53% from 255) = 11.37%

R = 42.23%
G = 46.4%
B = 11.37%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#B6C831 (or 0xB6C831) is known color: Fuego. HEX triplet: B6, C8 and 31. RGB value is (182,200,49). Sum of RGB (Red+Green+Blue) = 182+200+49=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 200 (78.52% from 255 or 46.40% from 431); Blue value is 49 (19.53% from 255 or 11.37% from 431); Max value from RGB is 200 - color contains mainly: green. Hex color #B6C831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C831 is #4937CE. Grayscale: #B1B1B1. Windows color (decimal): -4798415 or 3262646. OLE color: 3262646.

HSL color Cylindrical-coordinate representation of color #B6C831: hue angle of 67.15º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B6C831 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 182 200 49 -
CMYK 0.09 0 0.76 0.22
HSL 67.15º 0.61% 0.49% -
HSV(B) 67.15º 0.76% 0.78% -
XYZ 40.5 51.48 10.71 -
YUV 177.4 55.54 131.28 -
System Red Green Blue C M Y K H S L
Decimal 182 200 49 0.09 0 0.76 0.22 67.15 0.61 0.49
Hex B6 C8 31 9 0 4C 16 43 3D 31
Octal 266 310 61 11 0 114 26 103 75 61
Binary 10110110 11001000 110001 1001 0 1001100 10110 1000011 111101 110001

Color Harmonies of #B6C831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6C831

Black with #B6C831

Text Example


Text Example

White with #B6C831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6C831; }

 p { color: rgb(182,200,49); }

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

background-color css

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

 a { background-color: rgb(182,200,49); }

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

border-color css

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

 span { border-color: rgb(182,200,49); }

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