#B6C410

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

Shades of La Rioja #B6C410

Tints of La Rioja #B6C410

Color information

#B6C410 (or 0xB6C410) is unknown color: approx La Rioja. HEX triplet: B6, C4 and 10. RGB value is (182,196,16). Sum of RGB (Red+Green+Blue) = 182+196+16=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 196 (76.95% from 255 or 49.75% from 394); Blue value is 16 (6.64% from 255 or 4.06% from 394); Max value from RGB is 196 - color contains mainly: green. Hex color #B6C410 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6C410 is #493BEF. Grayscale: #ACACAC. Windows color (decimal): -4799472 or 1098934. OLE color: 1098934.

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

Color convert

RGB18219616-
CMYK0.0700.920.23
HSL64.67º84.91%41.57%-
HSV(B)64.67º91.84%76.86%-
XYZ39.1249.467.98-
YUV171.2940.36135.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.19%
GREEN value IS 196 (76.95% from 255) = 49.75%
BLUE value IS 16 (6.64% from 255) = 4.06%
R=46.19%
G=49.75%
B=4.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal182196160.0700.920.2364.6784.9141.57
HexB6C410705C1741552a
Octal26630420701342710112552
Binary101101101100010010000111010111001011110000011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C410; }

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

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

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

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

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

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

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

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