Html Css Color HEX #BAD425 Fuego

📋 copy color: '#BAD425'

red 186 ◦ green 212 ◦ blue 37

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

Shades of Fuego #BAD425

Tints of Fuego #BAD425

RGB

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

 GREEN value IS 212 (83.2% from 255) = 48.74%

 BLUE value IS 37 (14.84% from 255) = 8.51%

R = 42.76%
G = 48.74%
B = 8.51%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#BAD425 (or 0xBAD425) is known color: Fuego. HEX triplet: BA, D4 and 25. RGB value is (186,212,37). Sum of RGB (Red+Green+Blue) = 186+212+37=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 212 (83.20% from 255 or 48.74% from 435); Blue value is 37 (14.84% from 255 or 8.51% from 435); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD425 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD425 is #452BDA. Grayscale: #B8B8B8. Windows color (decimal): -4533211 or 2479290. OLE color: 2479290.

HSL color Cylindrical-coordinate representation of color #BAD425: hue angle of 68.91º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BAD425 is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 212 37 -
CMYK 0.12 0 0.83 0.17
HSL 68.91º 0.7% 0.49% -
HSV(B) 68.91º 0.83% 0.83% -
XYZ 44.13 57.66 10.55 -
YUV 184.28 44.89 129.23 -
System Red Green Blue C M Y K H S L
Decimal 186 212 37 0.12 0 0.83 0.17 68.91 0.7 0.49
Hex BA D4 25 C 0 53 11 45 46 31
Octal 272 324 45 14 0 123 21 105 106 61
Binary 10111010 11010100 100101 1100 0 1010011 10001 1000101 1000110 110001

Color Harmonies of #BAD425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD425

Black with #BAD425

Text Example


Text Example

White with #BAD425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD425; }

 p { color: rgb(186,212,37); }

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

background-color css

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

 a { background-color: rgb(186,212,37); }

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

border-color css

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

 span { border-color: rgb(186,212,37); }

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