Html Css Color HEX #BAD428 Fuego

📋 copy color: '#BAD428'

red 186 ◦ green 212 ◦ blue 40

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

Shades of Fuego #BAD428

Tints of Fuego #BAD428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.13%

R = 42.47%
G = 48.4%
B = 9.13%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#BAD428 (or 0xBAD428) is known color: Fuego. HEX triplet: BA, D4 and 28. RGB value is (186,212,40). Sum of RGB (Red+Green+Blue) = 186+212+40=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 212 (83.20% from 255 or 48.40% from 438); Blue value is 40 (16.02% from 255 or 9.13% from 438); Max value from RGB is 212 - color contains mainly: green. Hex color #BAD428 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD428 is #452BD7. Grayscale: #B9B9B9. Windows color (decimal): -4533208 or 2675898. OLE color: 2675898.

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

Color convert

RGB 186 212 40 -
CMYK 0.12 0 0.81 0.17
HSL 69.07º 0.68% 0.49% -
HSV(B) 69.07º 0.81% 0.83% -
XYZ 44.18 57.68 10.81 -
YUV 184.62 46.39 128.99 -
System Red Green Blue C M Y K H S L
Decimal 186 212 40 0.12 0 0.81 0.17 69.07 0.68 0.49
Hex BA D4 28 C 0 51 11 45 44 31
Octal 272 324 50 14 0 121 21 105 104 61
Binary 10111010 11010100 101000 1100 0 1010001 10001 1000101 1000100 110001

Color Harmonies of #BAD428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD428

Black with #BAD428

Text Example


Text Example

White with #BAD428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD428; }

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

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

background-color css

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

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

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

border-color css

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

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

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