Html Css Color HEX #BABC19 La Rioja

📋 copy color: '#BABC19'

red 186 ◦ green 188 ◦ blue 25

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

Shades of La Rioja #BABC19

Tints of La Rioja #BABC19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.27%

R = 46.62%
G = 47.12%
B = 6.27%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BABC19 (or 0xBABC19) is known color: La Rioja. HEX triplet: BA, BC and 19. RGB value is (186,188,25). Sum of RGB (Red+Green+Blue) = 186+188+25=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 188 (73.83% from 255 or 47.12% from 399); Blue value is 25 (10.16% from 255 or 6.27% from 399); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC19 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABC19 is #4543E6. Grayscale: #A9A9A9. Windows color (decimal): -4539367 or 1686714. OLE color: 1686714.

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

Color convert

RGB 186 188 25 -
CMYK 0.01 0 0.87 0.26
HSL 60.74º 0.77% 0.42% -
HSV(B) 60.74º 0.87% 0.74% -
XYZ 38.41 46.48 7.87 -
YUV 168.82 46.84 140.25 -
System Red Green Blue C M Y K H S L
Decimal 186 188 25 0.01 0 0.87 0.26 60.74 0.77 0.42
Hex BA BC 19 1 0 57 1A 3D 4D 2A
Octal 272 274 31 1 0 127 32 75 115 52
Binary 10111010 10111100 11001 1 0 1010111 11010 111101 1001101 101010

Color Harmonies of #BABC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABC19

Black with #BABC19

Text Example


Text Example

White with #BABC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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