Html Css Color HEX #BAD920 Fuego

📋 copy color: '#BAD920'

red 186 ◦ green 217 ◦ blue 32

#BAD920
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuego #BAD920

Tints of Fuego #BAD920

RGB

 RED value IS 186 (73.05% from 255) = 42.76%

 GREEN value IS 217 (85.16% from 255) = 49.89%

 BLUE value IS 32 (12.89% from 255) = 7.36%

R = 42.76%
G = 49.89%
B = 7.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.15

RGB Variations

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

Color information

#BAD920 (or 0xBAD920) is known color: Fuego. HEX triplet: BA, D9 and 20. RGB value is (186,217,32). Sum of RGB (Red+Green+Blue) = 186+217+32=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 217 (85.16% from 255 or 49.89% from 435); Blue value is 32 (12.89% from 255 or 7.36% from 435); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD920 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD920 is #4526DF. Grayscale: #BBBBBB. Windows color (decimal): -4531936 or 2152890. OLE color: 2152890.

HSL color Cylindrical-coordinate representation of color #BAD920: hue angle of 70.05º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BAD920 is Cyan = 0.14, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB 186 217 32 -
CMYK 0.14 0 0.85 0.15
HSL 70.05º 0.74% 0.49% -
HSV(B) 70.05º 0.85% 0.85% -
XYZ 45.32 60.17 10.59 -
YUV 186.64 40.73 127.54 -
System Red Green Blue C M Y K H S L
Decimal 186 217 32 0.14 0 0.85 0.15 70.05 0.74 0.49
Hex BA D9 20 E 0 55 F 46 4A 31
Octal 272 331 40 16 0 125 17 106 112 61
Binary 10111010 11011001 100000 1110 0 1010101 1111 1000110 1001010 110001

Color Harmonies of #BAD920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD920

Black with #BAD920

Text Example


Text Example

White with #BAD920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD920; }

 p { color: rgb(186,217,32); }

 H1.HeaderClassName
 {
   color: #BAD920;
 }
 .AnyTagClassName
 {
   color: #BAD920;
 }
</style>

background-color css

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

 a { background-color: rgb(186,217,32); }

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

border-color css

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

 span { border-color: rgb(186,217,32); }

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