Html Css Color HEX #BAC00C La Rioja

📋 copy color: '#BAC00C'

red 186 ◦ green 192 ◦ blue 12

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

Shades of La Rioja #BAC00C

Tints of La Rioja #BAC00C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 49.23%

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

R = 47.69%
G = 49.23%
B = 3.08%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BAC00C (or 0xBAC00C) is known color: La Rioja. HEX triplet: BA, C0 and 0C. RGB value is (186,192,12). Sum of RGB (Red+Green+Blue) = 186+192+12=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 192 (75.39% from 255 or 49.23% from 390); Blue value is 12 (5.08% from 255 or 3.08% from 390); Max value from RGB is 192 - color contains mainly: green. Hex color #BAC00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC00C is #453FF3. Grayscale: #AAAAAA. Windows color (decimal): -4538356 or 835770. OLE color: 835770.

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

Color convert

RGB 186 192 12 -
CMYK 0.03 0 0.94 0.25
HSL 62º 0.88% 0.4% -
HSV(B) 62º 0.94% 0.75% -
XYZ 39.17 48.16 7.58 -
YUV 169.69 39.01 139.64 -
System Red Green Blue C M Y K H S L
Decimal 186 192 12 0.03 0 0.94 0.25 62 0.88 0.4
Hex BA C0 C 3 0 5E 19 3E 58 28
Octal 272 300 14 3 0 136 31 76 130 50
Binary 10111010 11000000 1100 11 0 1011110 11001 111110 1011000 101000

Color Harmonies of #BAC00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC00C

Black with #BAC00C

Text Example


Text Example

White with #BAC00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC00C; }

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

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

background-color css

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

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

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

border-color css

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

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

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