Html Css Color HEX #BAD328 Fuego

📋 copy color: '#BAD328'

red 186 ◦ green 211 ◦ blue 40

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

Shades of Fuego #BAD328

Tints of Fuego #BAD328

RGB

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

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

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

R = 42.56%
G = 48.28%
B = 9.15%

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

#BAD328 (or 0xBAD328) is known color: Fuego. HEX triplet: BA, D3 and 28. RGB value is (186,211,40). Sum of RGB (Red+Green+Blue) = 186+211+40=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 211 (82.81% from 255 or 48.28% from 437); Blue value is 40 (16.02% from 255 or 9.15% from 437); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD328 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAD328 is #452CD7. Grayscale: #B8B8B8. Windows color (decimal): -4533464 or 2675642. OLE color: 2675642.

HSL color Cylindrical-coordinate representation of color #BAD328: hue angle of 68.77º 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 #BAD328 is Cyan = 0.12, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 186 211 40 -
CMYK 0.12 0 0.81 0.17
HSL 68.77º 0.68% 0.49% -
HSV(B) 68.77º 0.81% 0.83% -
XYZ 43.93 57.18 10.73 -
YUV 184.03 46.72 129.4 -
System Red Green Blue C M Y K H S L
Decimal 186 211 40 0.12 0 0.81 0.17 68.77 0.68 0.49
Hex BA D3 28 C 0 51 11 45 44 31
Octal 272 323 50 14 0 121 21 105 104 61
Binary 10111010 11010011 101000 1100 0 1010001 10001 1000101 1000100 110001

Color Harmonies of #BAD328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD328

Black with #BAD328

Text Example


Text Example

White with #BAD328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD328; }

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

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

background-color css

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

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

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

border-color css

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

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

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