Html Css Color HEX #BABD01 La Rioja

📋 copy color: '#BABD01'

red 186 ◦ green 189 ◦ blue 1

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

Shades of La Rioja #BABD01

Tints of La Rioja #BABD01

RGB

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

 GREEN value IS 189 (74.22% from 255) = 50.27%

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

R = 49.47%
G = 50.27%
B = 0.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BABD01 (or 0xBABD01) is known color: La Rioja. HEX triplet: BA, BD and 01. RGB value is (186,189,1). Sum of RGB (Red+Green+Blue) = 186+189+1=376 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.47% from 376); Green value is 189 (74.22% from 255 or 50.27% from 376); Blue value is 1 (0.78% from 255 or 0.27% from 376); Max value from RGB is 189 - color contains mainly: green. Hex color #BABD01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABD01 is #4542FE. Grayscale: #A7A7A7. Windows color (decimal): -4539135 or 114106. OLE color: 114106.

HSL color Cylindrical-coordinate representation of color #BABD01: hue angle of 60.96º 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 #BABD01 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 186 189 1 -
CMYK 0.02 0 0.99 0.26
HSL 60.96º 0.99% 0.37% -
HSV(B) 60.96º 0.99% 0.74% -
XYZ 38.45 46.84 7.04 -
YUV 166.67 34.51 141.79 -
System Red Green Blue C M Y K H S L
Decimal 186 189 1 0.02 0 0.99 0.26 60.96 0.99 0.37
Hex BA BD 1 2 0 63 1A 3D 63 25
Octal 272 275 1 2 0 143 32 75 143 45
Binary 10111010 10111101 1 10 0 1100011 11010 111101 1100011 100101

Color Harmonies of #BABD01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABD01

Black with #BABD01

Text Example


Text Example

White with #BABD01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABD01; }

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

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

background-color css

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

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

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

border-color css

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

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

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