Html Css Color HEX #BABC18 La Rioja

📋 copy color: '#BABC18'

red 186 ◦ green 188 ◦ blue 24

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

Shades of La Rioja #BABC18

Tints of La Rioja #BABC18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.03%

R = 46.73%
G = 47.24%
B = 6.03%

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

#BABC18 (or 0xBABC18) is known color: La Rioja. HEX triplet: BA, BC and 18. RGB value is (186,188,24). Sum of RGB (Red+Green+Blue) = 186+188+24=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 188 (73.83% from 255 or 47.24% from 398); Blue value is 24 (9.77% from 255 or 6.03% from 398); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABC18 is #4543E7. Grayscale: #A9A9A9. Windows color (decimal): -4539368 or 1621178. OLE color: 1621178.

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

Color convert

RGB 186 188 24 -
CMYK 0.01 0 0.87 0.26
HSL 60.73º 0.77% 0.42% -
HSV(B) 60.73º 0.87% 0.74% -
XYZ 38.4 46.47 7.81 -
YUV 168.71 46.34 140.34 -
System Red Green Blue C M Y K H S L
Decimal 186 188 24 0.01 0 0.87 0.26 60.73 0.77 0.42
Hex BA BC 18 1 0 57 1A 3D 4D 2A
Octal 272 274 30 1 0 127 32 75 115 52
Binary 10111010 10111100 11000 1 0 1010111 11010 111101 1001101 101010

Color Harmonies of #BABC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABC18

Black with #BABC18

Text Example


Text Example

White with #BABC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABC18; }

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

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

background-color css

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

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

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

border-color css

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

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

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