#B6CA2B

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

Shades of Fuego #B6CA2B

Tints of Fuego #B6CA2B

Color information

#B6CA2B (or 0xB6CA2B) is unknown color: approx Fuego. HEX triplet: B6, CA and 2B. RGB value is (182,202,43). Sum of RGB (Red+Green+Blue) = 182+202+43=427 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.62% from 427); Green value is 202 (79.30% from 255 or 47.31% from 427); Blue value is 43 (17.19% from 255 or 10.07% from 427); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6CA2B is #4935D4. Grayscale: #B2B2B2. Windows color (decimal): -4797909 or 2869942. OLE color: 2869942.

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

Color convert

RGB18220243-
CMYK0.1000.790.21
HSL67.55º64.9%48.04%-
HSV(B)67.55º78.71%79.22%-
XYZ40.8552.3610.24-
YUV177.8951.87130.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.62%
GREEN value IS 202 (79.30% from 255) = 47.31%
BLUE value IS 43 (17.19% from 255) = 10.07%
R=42.62%
G=47.31%
B=10.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal182202430.1000.790.2167.5564.948.04
HexB6CA2BA04F15444130
Octal266312531201172510410160
Binary10110110110010101010111010010011111010110001001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CA2B; }

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

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

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

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

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

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

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

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