#b6cc3a

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

Shades of Fuego #B6CC3A

Tints of Fuego #B6CC3A

Color information

#B6CC3A (or 0xB6CC3A) is unknown color: approx Fuego. HEX triplet: B6, CC and 3A. RGB value is (182,204,58). Sum of RGB (Red+Green+Blue) = 182+204+58=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 204 (80.08% from 255 or 45.95% from 444); Blue value is 58 (23.05% from 255 or 13.06% from 444); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6CC3A is #4933C5. Grayscale: #B5B5B5. Windows color (decimal): -4797382 or 3853494. OLE color: 3853494.

HSL color Cylindrical-coordinate representation of color #B6CC3A: hue angle of 69.04º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B6CC3A is Cyan = 0.11, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB18220458-
CMYK0.1100.720.2
HSL69.04º58.87%51.37%-
HSV(B)69.04º71.57%80%-
XYZ41.6553.4412.12-
YUV180.7858.71128.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.99%
GREEN value IS 204 (80.08% from 255) = 45.95%
BLUE value IS 58 (23.05% from 255) = 13.06%
R=40.99%
G=45.95%
B=13.06%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal182204580.1100.720.269.0458.8751.37
HexB6CC3AB04814453b33
Octal26631472130110241057363
Binary1011011011001100111010101101001000101001000101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6cc3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6cc3a; }

 p { color: rgb(182,204,58); }

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

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

 a { background-color: rgb(182,204,58); }

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

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

 span { border-color: rgb(182,204,58); }

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