Html Css Color HEX #BABC01 La Rioja

📋 copy color: '#BABC01'

red 186 ◦ green 188 ◦ blue 1

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

Shades of La Rioja #BABC01

Tints of La Rioja #BABC01

RGB

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

 GREEN value IS 188 (73.83% from 255) = 50.13%

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

R = 49.6%
G = 50.13%
B = 0.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BABC01 (or 0xBABC01) is known color: La Rioja. HEX triplet: BA, BC and 01. RGB value is (186,188,1). Sum of RGB (Red+Green+Blue) = 186+188+1=375 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.6% from 375); Green value is 188 (73.83% from 255 or 50.13% from 375); Blue value is 1 (0.78% from 255 or 0.27% from 375); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABC01 is #4543FE. Grayscale: #A6A6A6. Windows color (decimal): -4539391 or 113850. OLE color: 113850.

HSL color Cylindrical-coordinate representation of color #BABC01: hue angle of 60.64º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BABC01 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 188 1 -
CMYK 0.01 0 0.99 0.26
HSL 60.64º 0.99% 0.37% -
HSV(B) 60.64º 0.99% 0.74% -
XYZ 38.24 46.41 6.97 -
YUV 166.08 34.84 142.21 -
System Red Green Blue C M Y K H S L
Decimal 186 188 1 0.01 0 0.99 0.26 60.64 0.99 0.37
Hex BA BC 1 1 0 63 1A 3D 63 25
Octal 272 274 1 1 0 143 32 75 143 45
Binary 10111010 10111100 1 1 0 1100011 11010 111101 1100011 100101

Color Harmonies of #BABC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABC01

Black with #BABC01

Text Example


Text Example

White with #BABC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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