Html Css Color HEX #BAC10C La Rioja

📋 copy color: '#BAC10C'

red 186 ◦ green 193 ◦ blue 12

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

Shades of La Rioja #BAC10C

Tints of La Rioja #BAC10C

RGB

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

 GREEN value IS 193 (75.78% from 255) = 49.36%

 BLUE value IS 12 (5.08% from 255) = 3.07%

R = 47.57%
G = 49.36%
B = 3.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#BAC10C (or 0xBAC10C) is known color: La Rioja. HEX triplet: BA, C1 and 0C. RGB value is (186,193,12). Sum of RGB (Red+Green+Blue) = 186+193+12=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 193 (75.78% from 255 or 49.36% from 391); Blue value is 12 (5.08% from 255 or 3.07% from 391); Max value from RGB is 193 - color contains mainly: green. Hex color #BAC10C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC10C is #453EF3. Grayscale: #AAAAAA. Windows color (decimal): -4538100 or 836026. OLE color: 836026.

HSL color Cylindrical-coordinate representation of color #BAC10C: hue angle of 62.32º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAC10C is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 186 193 12 -
CMYK 0.04 0 0.94 0.24
HSL 62.32º 0.88% 0.4% -
HSV(B) 62.32º 0.94% 0.76% -
XYZ 39.39 48.61 7.65 -
YUV 170.27 38.68 139.22 -
System Red Green Blue C M Y K H S L
Decimal 186 193 12 0.04 0 0.94 0.24 62.32 0.88 0.4
Hex BA C1 C 4 0 5E 18 3E 58 28
Octal 272 301 14 4 0 136 30 76 130 50
Binary 10111010 11000001 1100 100 0 1011110 11000 111110 1011000 101000

Color Harmonies of #BAC10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC10C

Black with #BAC10C

Text Example


Text Example

White with #BAC10C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC10C; }

 p { color: rgb(186,193,12); }

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

background-color css

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

 a { background-color: rgb(186,193,12); }

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

border-color css

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

 span { border-color: rgb(186,193,12); }

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