Html Css Color HEX #BAD302 La Rioja

📋 copy color: '#BAD302'

red 186 ◦ green 211 ◦ blue 2

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

Shades of La Rioja #BAD302

Tints of La Rioja #BAD302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.5%

R = 46.62%
G = 52.88%
B = 0.5%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#BAD302 (or 0xBAD302) is known color: La Rioja. HEX triplet: BA, D3 and 02. RGB value is (186,211,2). Sum of RGB (Red+Green+Blue) = 186+211+2=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 211 (82.81% from 255 or 52.88% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD302 is #452CFD. Grayscale: #B4B4B4. Windows color (decimal): -4533502 or 185274. OLE color: 185274.

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

Color convert

RGB 186 211 2 -
CMYK 0.12 0 0.99 0.17
HSL 67.18º 0.98% 0.42% -
HSV(B) 67.18º 0.99% 0.83% -
XYZ 43.55 57.03 8.77 -
YUV 179.7 27.72 132.49 -
System Red Green Blue C M Y K H S L
Decimal 186 211 2 0.12 0 0.99 0.17 67.18 0.98 0.42
Hex BA D3 2 C 0 63 11 43 62 2A
Octal 272 323 2 14 0 143 21 103 142 52
Binary 10111010 11010011 10 1100 0 1100011 10001 1000011 1100010 101010

Color Harmonies of #BAD302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD302

Black with #BAD302

Text Example


Text Example

White with #BAD302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD302; }

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

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

background-color css

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

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

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

border-color css

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

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

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