Html Css Color HEX #BAD130 Fuego

📋 copy color: '#BAD130'

red 186 ◦ green 209 ◦ blue 48

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

Shades of Fuego #BAD130

Tints of Fuego #BAD130

RGB

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

 GREEN value IS 209 (82.03% from 255) = 47.18%

 BLUE value IS 48 (19.14% from 255) = 10.84%

R = 41.99%
G = 47.18%
B = 10.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#BAD130 (or 0xBAD130) is known color: Fuego. HEX triplet: BA, D1 and 30. RGB value is (186,209,48). Sum of RGB (Red+Green+Blue) = 186+209+48=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 209 (82.03% from 255 or 47.18% from 443); Blue value is 48 (19.14% from 255 or 10.84% from 443); Max value from RGB is 209 - color contains mainly: green. Hex color #BAD130 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD130 is #452ECF. Grayscale: #B8B8B8. Windows color (decimal): -4533968 or 3199418. OLE color: 3199418.

HSL color Cylindrical-coordinate representation of color #BAD130: hue angle of 68.57º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BAD130 is Cyan = 0.11, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 186 209 48 -
CMYK 0.11 0 0.77 0.18
HSL 68.57º 0.64% 0.5% -
HSV(B) 68.57º 0.77% 0.82% -
XYZ 43.58 56.25 11.36 -
YUV 183.77 51.38 129.59 -
System Red Green Blue C M Y K H S L
Decimal 186 209 48 0.11 0 0.77 0.18 68.57 0.64 0.5
Hex BA D1 30 B 0 4D 12 45 40 32
Octal 272 321 60 13 0 115 22 105 100 62
Binary 10111010 11010001 110000 1011 0 1001101 10010 1000101 1000000 110010

Color Harmonies of #BAD130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD130

Black with #BAD130

Text Example


Text Example

White with #BAD130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD130; }

 p { color: rgb(186,209,48); }

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

background-color css

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

 a { background-color: rgb(186,209,48); }

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

border-color css

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

 span { border-color: rgb(186,209,48); }

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