Html Css Color HEX #BAD935 Fuego

📋 copy color: '#BAD935'

red 186 ◦ green 217 ◦ blue 53

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

Shades of Fuego #BAD935

Tints of Fuego #BAD935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 11.62%

R = 40.79%
G = 47.59%
B = 11.62%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#BAD935 (or 0xBAD935) is known color: Fuego. HEX triplet: BA, D9 and 35. RGB value is (186,217,53). Sum of RGB (Red+Green+Blue) = 186+217+53=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 217 (85.16% from 255 or 47.59% from 456); Blue value is 53 (21.09% from 255 or 11.62% from 456); Max value from RGB is 217 - color contains mainly: green. Hex color #BAD935 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD935 is #4526CA. Grayscale: #BDBDBD. Windows color (decimal): -4531915 or 3529146. OLE color: 3529146.

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

Color convert

RGB 186 217 53 -
CMYK 0.14 0 0.76 0.15
HSL 71.34º 0.68% 0.53% -
HSV(B) 71.34º 0.76% 0.85% -
XYZ 45.71 60.32 12.6 -
YUV 189.04 51.23 125.84 -
System Red Green Blue C M Y K H S L
Decimal 186 217 53 0.14 0 0.76 0.15 71.34 0.68 0.53
Hex BA D9 35 E 0 4C F 47 44 35
Octal 272 331 65 16 0 114 17 107 104 65
Binary 10111010 11011001 110101 1110 0 1001100 1111 1000111 1000100 110101

Color Harmonies of #BAD935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD935

Black with #BAD935

Text Example


Text Example

White with #BAD935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD935; }

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

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

background-color css

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

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

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

border-color css

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

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

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