#B6CA30

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

Shades of Fuego #B6CA30

Tints of Fuego #B6CA30

Color information

#B6CA30 (or 0xB6CA30) is unknown color: approx Fuego. HEX triplet: B6, CA and 30. RGB value is (182,202,48). Sum of RGB (Red+Green+Blue) = 182+202+48=432 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.13% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 48 (19.14% from 255 or 11.11% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CA30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6CA30 is #4935CF. Grayscale: #B3B3B3. Windows color (decimal): -4797904 or 3197622. OLE color: 3197622.

HSL color Cylindrical-coordinate representation of color #B6CA30: hue angle of 67.79º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B6CA30 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB18220248-
CMYK0.1000.760.21
HSL67.79º61.6%49.02%-
HSV(B)67.79º76.24%79.22%-
XYZ40.9552.410.75-
YUV178.4654.37130.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.13%
GREEN value IS 202 (79.30% from 255) = 46.76%
BLUE value IS 48 (19.14% from 255) = 11.11%
R=42.13%
G=46.76%
B=11.11%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal182202480.1000.760.2167.7961.649.02
HexB6CA30A04C15443e31
Octal26631260120114251047661
Binary1011011011001010110000101001001100101011000100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CA30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CA30; }

 p { color: rgb(182,202,48); }

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

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

 a { background-color: rgb(182,202,48); }

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

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

 span { border-color: rgb(182,202,48); }

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