Html Css Color HEX #BAD304 La Rioja

📋 copy color: '#BAD304'

red 186 ◦ green 211 ◦ blue 4

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

Shades of La Rioja #BAD304

Tints of La Rioja #BAD304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1%

R = 46.38%
G = 52.62%
B = 1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#BAD304 (or 0xBAD304) is known color: La Rioja. HEX triplet: BA, D3 and 04. RGB value is (186,211,4). Sum of RGB (Red+Green+Blue) = 186+211+4=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 211 (82.81% from 255 or 52.62% from 401); Blue value is 4 (1.95% from 255 or 1.00% from 401); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD304 is #452CFB. Grayscale: #B4B4B4. Windows color (decimal): -4533500 or 316346. OLE color: 316346.

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

Color convert

RGB 186 211 4 -
CMYK 0.12 0 0.98 0.17
HSL 67.25º 0.96% 0.42% -
HSV(B) 67.25º 0.98% 0.83% -
XYZ 43.57 57.04 8.83 -
YUV 179.93 28.72 132.33 -
System Red Green Blue C M Y K H S L
Decimal 186 211 4 0.12 0 0.98 0.17 67.25 0.96 0.42
Hex BA D3 4 C 0 62 11 43 60 2A
Octal 272 323 4 14 0 142 21 103 140 52
Binary 10111010 11010011 100 1100 0 1100010 10001 1000011 1100000 101010

Color Harmonies of #BAD304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD304

Black with #BAD304

Text Example


Text Example

White with #BAD304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD304; }

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

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

background-color css

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

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

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

border-color css

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

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

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