#B6C434

Color #B6C434 Fuego (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuego #B6C434

Tints of Fuego #B6C434

Color information

#B6C434 (or 0xB6C434) is unknown color: approx Fuego. HEX triplet: B6, C4 and 34. RGB value is (182,196,52). Sum of RGB (Red+Green+Blue) = 182+196+52=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 196 (76.95% from 255 or 45.58% from 430); Blue value is 52 (20.70% from 255 or 12.09% from 430); Max value from RGB is 196 - color contains mainly: green. Hex color #B6C434 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6C434 is #493BCB. Grayscale: #AFAFAF. Windows color (decimal): -4799436 or 3458230. OLE color: 3458230.

HSL color Cylindrical-coordinate representation of color #B6C434: hue angle of 65.83º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B6C434 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.23.

Color convert

RGB18219652-
CMYK0.0700.730.23
HSL65.83º58.06%48.63%-
HSV(B)65.83º73.47%76.86%-
XYZ39.6549.6710.75-
YUV175.458.36132.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.33%
GREEN value IS 196 (76.95% from 255) = 45.58%
BLUE value IS 52 (20.70% from 255) = 12.09%
R=42.33%
G=45.58%
B=12.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal182196520.0700.730.2365.8358.0648.63
HexB6C434704917423a31
Octal2663046470111271027261
Binary101101101100010011010011101001001101111000010111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C434; }

 p { color: rgb(182,196,52); }

 H1.HeaderClassName
 {
   color: #B6C434;
 }
 .AnyTagClassName
 {
   color: #B6C434;
 }
</style>
background-color css

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

 a { background-color: rgb(182,196,52); }

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

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

 span { border-color: rgb(182,196,52); }

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