Html Css Color HEX #BAC206 La Rioja

📋 copy color: '#BAC206'

red 186 ◦ green 194 ◦ blue 6

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

Shades of La Rioja #BAC206

Tints of La Rioja #BAC206

RGB

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

 GREEN value IS 194 (76.17% from 255) = 50.26%

 BLUE value IS 6 (2.73% from 255) = 1.55%

R = 48.19%
G = 50.26%
B = 1.55%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#BAC206 (or 0xBAC206) is known color: La Rioja. HEX triplet: BA, C2 and 06. RGB value is (186,194,6). Sum of RGB (Red+Green+Blue) = 186+194+6=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 194 (76.17% from 255 or 50.26% from 386); Blue value is 6 (2.73% from 255 or 1.55% from 386); Max value from RGB is 194 - color contains mainly: green. Hex color #BAC206 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BAC206 is #453DF9. Grayscale: #AAAAAA. Windows color (decimal): -4537850 or 443066. OLE color: 443066.

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

Color convert

RGB 186 194 6 -
CMYK 0.04 0 0.97 0.24
HSL 62.55º 0.94% 0.39% -
HSV(B) 62.55º 0.97% 0.76% -
XYZ 39.57 49.04 7.55 -
YUV 170.18 35.35 139.29 -
System Red Green Blue C M Y K H S L
Decimal 186 194 6 0.04 0 0.97 0.24 62.55 0.94 0.39
Hex BA C2 6 4 0 61 18 3F 5E 27
Octal 272 302 6 4 0 141 30 77 136 47
Binary 10111010 11000010 110 100 0 1100001 11000 111111 1011110 100111

Color Harmonies of #BAC206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAC206

Black with #BAC206

Text Example


Text Example

White with #BAC206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAC206; }

 p { color: rgb(186,194,6); }

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

background-color css

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

 a { background-color: rgb(186,194,6); }

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

border-color css

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

 span { border-color: rgb(186,194,6); }

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