Html Css Color HEX #BAC60C La Rioja

📋 copy color: '#BAC60C'

red 186 ◦ green 198 ◦ blue 12

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

Shades of La Rioja #BAC60C

Tints of La Rioja #BAC60C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 50%

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

R = 46.97%
G = 50%
B = 3.03%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#BAC60C (or 0xBAC60C) is known color: La Rioja. HEX triplet: BA, C6 and 0C. RGB value is (186,198,12). Sum of RGB (Red+Green+Blue) = 186+198+12=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 198 (77.73% from 255 or 50% from 396); Blue value is 12 (5.08% from 255 or 3.03% from 396); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC60C is #4539F3. Grayscale: #ADADAD. Windows color (decimal): -4536820 or 837306. OLE color: 837306.

HSL color Cylindrical-coordinate representation of color #BAC60C: hue angle of 63.87º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAC60C is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 186 198 12 -
CMYK 0.06 0 0.94 0.22
HSL 63.87º 0.89% 0.41% -
HSV(B) 63.87º 0.94% 0.78% -
XYZ 40.51 50.85 8.03 -
YUV 173.21 37.02 137.12 -
System Red Green Blue C M Y K H S L
Decimal 186 198 12 0.06 0 0.94 0.22 63.87 0.89 0.41
Hex BA C6 C 6 0 5E 16 40 59 29
Octal 272 306 14 6 0 136 26 100 131 51
Binary 10111010 11000110 1100 110 0 1011110 10110 1000000 1011001 101001

Color Harmonies of #BAC60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC60C

Black with #BAC60C

Text Example


Text Example

White with #BAC60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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