Html Css Color HEX #BADB30 Fuego

📋 copy color: '#BADB30'

red 186 ◦ green 219 ◦ blue 48

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

Shades of Fuego #BADB30

Tints of Fuego #BADB30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.6%

R = 41.06%
G = 48.34%
B = 10.6%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#BADB30 (or 0xBADB30) is known color: Fuego. HEX triplet: BA, DB and 30. RGB value is (186,219,48). Sum of RGB (Red+Green+Blue) = 186+219+48=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 48 (19.14% from 255 or 10.60% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #BADB30 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BADB30 is #4524CF. Grayscale: #BEBEBE. Windows color (decimal): -4531408 or 3201978. OLE color: 3201978.

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

Color convert

RGB 186 219 48 -
CMYK 0.15 0 0.78 0.14
HSL 71.58º 0.7% 0.52% -
HSV(B) 71.58º 0.78% 0.86% -
XYZ 46.11 61.32 12.2 -
YUV 189.64 48.07 125.4 -
System Red Green Blue C M Y K H S L
Decimal 186 219 48 0.15 0 0.78 0.14 71.58 0.7 0.52
Hex BA DB 30 F 0 4E E 48 46 34
Octal 272 333 60 17 0 116 16 110 106 64
Binary 10111010 11011011 110000 1111 0 1001110 1110 1001000 1000110 110100

Color Harmonies of #BADB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BADB30

Black with #BADB30

Text Example


Text Example

White with #BADB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BADB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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