Html Css Color HEX #BAD525 Fuego

📋 copy color: '#BAD525'

red 186 ◦ green 213 ◦ blue 37

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

Shades of Fuego #BAD525

Tints of Fuego #BAD525

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.85%

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

R = 42.66%
G = 48.85%
B = 8.49%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#BAD525 (or 0xBAD525) is known color: Fuego. HEX triplet: BA, D5 and 25. RGB value is (186,213,37). Sum of RGB (Red+Green+Blue) = 186+213+37=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 37 (14.84% from 255 or 8.49% from 436); Max value from RGB is 213 - color contains mainly: green. Hex color #BAD525 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD525 is #452ADA. Grayscale: #B9B9B9. Windows color (decimal): -4532955 or 2479546. OLE color: 2479546.

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

Color convert

RGB 186 213 37 -
CMYK 0.13 0 0.83 0.16
HSL 69.2º 0.7% 0.49% -
HSV(B) 69.2º 0.83% 0.84% -
XYZ 44.38 58.16 10.64 -
YUV 184.86 44.55 128.81 -
System Red Green Blue C M Y K H S L
Decimal 186 213 37 0.13 0 0.83 0.16 69.2 0.7 0.49
Hex BA D5 25 D 0 53 10 45 46 31
Octal 272 325 45 15 0 123 20 105 106 61
Binary 10111010 11010101 100101 1101 0 1010011 10000 1000101 1000110 110001

Color Harmonies of #BAD525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD525

Black with #BAD525

Text Example


Text Example

White with #BAD525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD525; }

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

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

background-color css

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

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

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

border-color css

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

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

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