Html Css Color HEX #BAC001 La Rioja

📋 copy color: '#BAC001'

red 186 ◦ green 192 ◦ blue 1

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

Shades of La Rioja #BAC001

Tints of La Rioja #BAC001

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.66%

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

R = 49.08%
G = 50.66%
B = 0.26%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BAC001 (or 0xBAC001) is known color: La Rioja. HEX triplet: BA, C0 and 01. RGB value is (186,192,1). Sum of RGB (Red+Green+Blue) = 186+192+1=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 1 (0.78% from 255 or 0.26% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC001 is #453FFE. Grayscale: #A9A9A9. Windows color (decimal): -4538367 or 114874. OLE color: 114874.

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

Color convert

RGB 186 192 1 -
CMYK 0.03 0 0.99 0.25
HSL 61.88º 0.99% 0.38% -
HSV(B) 61.88º 0.99% 0.75% -
XYZ 39.1 48.14 7.26 -
YUV 168.43 33.51 140.53 -
System Red Green Blue C M Y K H S L
Decimal 186 192 1 0.03 0 0.99 0.25 61.88 0.99 0.38
Hex BA C0 1 3 0 63 19 3E 63 26
Octal 272 300 1 3 0 143 31 76 143 46
Binary 10111010 11000000 1 11 0 1100011 11001 111110 1100011 100110

Color Harmonies of #BAC001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC001

Black with #BAC001

Text Example


Text Example

White with #BAC001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC001; }

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

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

background-color css

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

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

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

border-color css

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

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

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