#BADC33

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

Shades of Fuego #BADC33

Tints of Fuego #BADC33

Color information

#BADC33 (or 0xBADC33) is unknown color: approx Fuego. HEX triplet: BA, DC and 33. RGB value is (186,220,51). Sum of RGB (Red+Green+Blue) = 186+220+51=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 51 (20.31% from 255 or 11.16% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #BADC33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADC33 is #4523CC. Grayscale: #BFBFBF. Windows color (decimal): -4531149 or 3398842. OLE color: 3398842.

HSL color Cylindrical-coordinate representation of color #BADC33: hue angle of 72.07º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BADC33 is Cyan = 0.15, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB18622051-
CMYK0.1500.770.14
HSL72.07º70.71%53.14%-
HSV(B)72.07º76.82%86.27%-
XYZ46.4461.8612.63-
YUV190.5749.24124.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.70%
GREEN value IS 220 (86.33% from 255) = 48.14%
BLUE value IS 51 (20.31% from 255) = 11.16%
R=40.70%
G=48.14%
B=11.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal186220510.1500.770.1472.0770.7153.14
HexBADC33F04DE484735
Octal272334631701151611010765
Binary1011101011011100110011111101001101111010010001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BADC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BADC33; }

 p { color: rgb(186,220,51); }

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

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

 a { background-color: rgb(186,220,51); }

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

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

 span { border-color: rgb(186,220,51); }

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