Html Css Color HEX #BAC201 La Rioja

📋 copy color: '#BAC201'

red 186 ◦ green 194 ◦ blue 1

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

Shades of La Rioja #BAC201

Tints of La Rioja #BAC201

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.92%

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 48.82%
G = 50.92%
B = 0.26%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#BAC201 (or 0xBAC201) is known color: La Rioja. HEX triplet: BA, C2 and 01. RGB value is (186,194,1). Sum of RGB (Red+Green+Blue) = 186+194+1=381 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.82% from 381); Green value is 194 (76.17% from 255 or 50.92% from 381); Blue value is 1 (0.78% from 255 or 0.26% from 381); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC201 is #453DFE. Grayscale: #AAAAAA. Windows color (decimal): -4537855 or 115386. OLE color: 115386.

HSL color Cylindrical-coordinate representation of color #BAC201: hue angle of 62.49º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BAC201 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 194 1 -
CMYK 0.04 0 0.99 0.24
HSL 62.49º 0.99% 0.38% -
HSV(B) 62.49º 0.99% 0.76% -
XYZ 39.55 49.02 7.41 -
YUV 169.61 32.85 139.69 -
System Red Green Blue C M Y K H S L
Decimal 186 194 1 0.04 0 0.99 0.24 62.49 0.99 0.38
Hex BA C2 1 4 0 63 18 3E 63 26
Octal 272 302 1 4 0 143 30 76 143 46
Binary 10111010 11000010 1 100 0 1100011 11000 111110 1100011 100110

Color Harmonies of #BAC201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC201

Black with #BAC201

Text Example


Text Example

White with #BAC201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC201; }

 p { color: rgb(186,194,1); }

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

background-color css

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

 a { background-color: rgb(186,194,1); }

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

border-color css

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

 span { border-color: rgb(186,194,1); }

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