Html Css Color HEX #BAD305 La Rioja

📋 copy color: '#BAD305'

red 186 ◦ green 211 ◦ blue 5

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

Shades of La Rioja #BAD305

Tints of La Rioja #BAD305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.24%

R = 46.27%
G = 52.49%
B = 1.24%

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

#BAD305 (or 0xBAD305) is known color: La Rioja. HEX triplet: BA, D3 and 05. RGB value is (186,211,5). Sum of RGB (Red+Green+Blue) = 186+211+5=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 211 (82.81% from 255 or 52.49% from 402); Blue value is 5 (2.34% from 255 or 1.24% from 402); Max value from RGB is 211 - color contains mainly: green. Hex color #BAD305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAD305 is #452CFA. Grayscale: #B4B4B4. Windows color (decimal): -4533499 or 381882. OLE color: 381882.

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

Color convert

RGB 186 211 5 -
CMYK 0.12 0 0.98 0.17
HSL 67.28º 0.95% 0.42% -
HSV(B) 67.28º 0.98% 0.83% -
XYZ 43.57 57.04 8.86 -
YUV 180.04 29.22 132.25 -
System Red Green Blue C M Y K H S L
Decimal 186 211 5 0.12 0 0.98 0.17 67.28 0.95 0.42
Hex BA D3 5 C 0 62 11 43 5F 2A
Octal 272 323 5 14 0 142 21 103 137 52
Binary 10111010 11010011 101 1100 0 1100010 10001 1000011 1011111 101010

Color Harmonies of #BAD305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAD305

Black with #BAD305

Text Example


Text Example

White with #BAD305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAD305; }

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

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

background-color css

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

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

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

border-color css

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

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

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