Html Css Color HEX #BADB35 Fuego

📋 copy color: '#BADB35'

red 186 ◦ green 219 ◦ blue 53

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

Shades of Fuego #BADB35

Tints of Fuego #BADB35

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.82%

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

R = 40.61%
G = 47.82%
B = 11.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#BADB35 (or 0xBADB35) is known color: Fuego. HEX triplet: BA, DB and 35. RGB value is (186,219,53). Sum of RGB (Red+Green+Blue) = 186+219+53=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 53 (21.09% from 255 or 11.57% from 458); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB35 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADB35 is #4524CA. Grayscale: #BEBEBE. Windows color (decimal): -4531403 or 3529658. OLE color: 3529658.

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

Color convert

RGB 186 219 53 -
CMYK 0.15 0 0.76 0.14
HSL 71.93º 0.7% 0.53% -
HSV(B) 71.93º 0.76% 0.86% -
XYZ 46.22 61.36 12.78 -
YUV 190.21 50.57 125 -
System Red Green Blue C M Y K H S L
Decimal 186 219 53 0.15 0 0.76 0.14 71.93 0.7 0.53
Hex BA DB 35 F 0 4C E 48 46 35
Octal 272 333 65 17 0 114 16 110 106 65
Binary 10111010 11011011 110101 1111 0 1001100 1110 1001000 1000110 110101

Color Harmonies of #BADB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB35

Black with #BADB35

Text Example


Text Example

White with #BADB35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB35; }

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

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

background-color css

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

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

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

border-color css

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

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

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