Html Css Color HEX #BABC10 La Rioja

📋 copy color: '#BABC10'

red 186 ◦ green 188 ◦ blue 16

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

Shades of La Rioja #BABC10

Tints of La Rioja #BABC10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.1%

R = 47.69%
G = 48.21%
B = 4.1%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BABC10 (or 0xBABC10) is known color: La Rioja. HEX triplet: BA, BC and 10. RGB value is (186,188,16). Sum of RGB (Red+Green+Blue) = 186+188+16=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 188 (73.83% from 255 or 48.21% from 390); Blue value is 16 (6.64% from 255 or 4.10% from 390); Max value from RGB is 188 - color contains mainly: green. Hex color #BABC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BABC10 is #4543EF. Grayscale: #A8A8A8. Windows color (decimal): -4539376 or 1096890. OLE color: 1096890.

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

Color convert

RGB 186 188 16 -
CMYK 0.01 0 0.91 0.26
HSL 60.7º 0.84% 0.4% -
HSV(B) 60.7º 0.91% 0.74% -
XYZ 38.33 46.44 7.43 -
YUV 167.79 42.34 140.99 -
System Red Green Blue C M Y K H S L
Decimal 186 188 16 0.01 0 0.91 0.26 60.7 0.84 0.4
Hex BA BC 10 1 0 5B 1A 3D 54 28
Octal 272 274 20 1 0 133 32 75 124 50
Binary 10111010 10111100 10000 1 0 1011011 11010 111101 1010100 101000

Color Harmonies of #BABC10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BABC10

Black with #BABC10

Text Example


Text Example

White with #BABC10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BABC10; }

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

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

background-color css

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

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

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

border-color css

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

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

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