Html Css Color HEX #BAC90C La Rioja

📋 copy color: '#BAC90C'

red 186 ◦ green 201 ◦ blue 12

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

Shades of La Rioja #BAC90C

Tints of La Rioja #BAC90C

RGB

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

 GREEN value IS 201 (78.91% from 255) = 50.38%

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

R = 46.62%
G = 50.38%
B = 3.01%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.94

 K value IS 0.21

RGB Variations

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

Color information

#BAC90C (or 0xBAC90C) is known color: La Rioja. HEX triplet: BA, C9 and 0C. RGB value is (186,201,12). Sum of RGB (Red+Green+Blue) = 186+201+12=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 201 (78.91% from 255 or 50.38% from 399); Blue value is 12 (5.08% from 255 or 3.01% from 399); Max value from RGB is 201 - color contains mainly: green. Hex color #BAC90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC90C is #4536F3. Grayscale: #AFAFAF. Windows color (decimal): -4536052 or 838074. OLE color: 838074.

HSL color Cylindrical-coordinate representation of color #BAC90C: hue angle of 64.76º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BAC90C is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB 186 201 12 -
CMYK 0.07 0 0.94 0.21
HSL 64.76º 0.89% 0.42% -
HSV(B) 64.76º 0.94% 0.79% -
XYZ 41.2 52.24 8.26 -
YUV 174.97 36.03 135.87 -
System Red Green Blue C M Y K H S L
Decimal 186 201 12 0.07 0 0.94 0.21 64.76 0.89 0.42
Hex BA C9 C 7 0 5E 15 41 59 2A
Octal 272 311 14 7 0 136 25 101 131 52
Binary 10111010 11001001 1100 111 0 1011110 10101 1000001 1011001 101010

Color Harmonies of #BAC90C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC90C

Black with #BAC90C

Text Example


Text Example

White with #BAC90C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC90C; }

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

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

background-color css

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

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

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

border-color css

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

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

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