Html Css Color HEX #BAD335 Fuego

📋 copy color: '#BAD335'

red 186 ◦ green 211 ◦ blue 53

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

Shades of Fuego #BAD335

Tints of Fuego #BAD335

RGB

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

 GREEN value IS 211 (82.81% from 255) = 46.89%

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

R = 41.33%
G = 46.89%
B = 11.78%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#BAD335 (or 0xBAD335) is known color: Fuego. HEX triplet: BA, D3 and 35. RGB value is (186,211,53). Sum of RGB (Red+Green+Blue) = 186+211+53=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 211 (82.81% from 255 or 46.89% from 450); Blue value is 53 (21.09% from 255 or 11.78% from 450); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD335 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD335 is #452CCA. Grayscale: #BABABA. Windows color (decimal): -4533451 or 3527610. OLE color: 3527610.

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

Color convert

RGB 186 211 53 -
CMYK 0.12 0 0.75 0.17
HSL 69.49º 0.64% 0.52% -
HSV(B) 69.49º 0.75% 0.83% -
XYZ 44.19 57.28 12.1 -
YUV 185.51 53.22 128.35 -
System Red Green Blue C M Y K H S L
Decimal 186 211 53 0.12 0 0.75 0.17 69.49 0.64 0.52
Hex BA D3 35 C 0 4B 11 45 40 34
Octal 272 323 65 14 0 113 21 105 100 64
Binary 10111010 11010011 110101 1100 0 1001011 10001 1000101 1000000 110100

Color Harmonies of #BAD335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD335

Black with #BAD335

Text Example


Text Example

White with #BAD335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD335; }

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

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

background-color css

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

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

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

border-color css

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

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

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