#B6C40C

Color #B6C40C La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #B6C40C

Tints of La Rioja #B6C40C

Color information

#B6C40C (or 0xB6C40C) is unknown color: approx La Rioja. HEX triplet: B6, C4 and 0C. RGB value is (182,196,12). Sum of RGB (Red+Green+Blue) = 182+196+12=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 196 (76.95% from 255 or 50.26% from 390); Blue value is 12 (5.08% from 255 or 3.08% from 390); Max value from RGB is 196 - color contains mainly: green. Hex color #B6C40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6C40C is #493BF3. Grayscale: #ABABAB. Windows color (decimal): -4799476 or 836790. OLE color: 836790.

HSL color Cylindrical-coordinate representation of color #B6C40C: hue angle of 64.57º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B6C40C is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB18219612-
CMYK0.0700.940.23
HSL64.57º88.46%40.78%-
HSV(B)64.57º93.88%76.86%-
XYZ39.149.457.83-
YUV170.8438.36135.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.67%
GREEN value IS 196 (76.95% from 255) = 50.26%
BLUE value IS 12 (5.08% from 255) = 3.08%
R=46.67%
G=50.26%
B=3.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal182196120.0700.940.2364.5788.4640.78
HexB6C4C705E17415829
Octal26630414701362710113051
Binary10110110110001001100111010111101011110000011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C40C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C40C; }

 p { color: rgb(182,196,12); }

 H1.HeaderClassName
 {
   color: #B6C40C;
 }
 .AnyTagClassName
 {
   color: #B6C40C;
 }
</style>
background-color css

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

 a { background-color: rgb(182,196,12); }

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

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

 span { border-color: rgb(182,196,12); }

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