#B6C40E

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

Shades of La Rioja #B6C40E

Tints of La Rioja #B6C40E

Color information

#B6C40E (or 0xB6C40E) is unknown color: approx La Rioja. HEX triplet: B6, C4 and 0E. RGB value is (182,196,14). Sum of RGB (Red+Green+Blue) = 182+196+14=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 196 (76.95% from 255 or 50% from 392); Blue value is 14 (5.86% from 255 or 3.57% from 392); Max value from RGB is 196 - color contains mainly: green. Hex color #B6C40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6C40E is #493BF1. Grayscale: #ABABAB. Windows color (decimal): -4799474 or 967862. OLE color: 967862.

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

Color convert

RGB18219614-
CMYK0.0700.930.23
HSL64.62º86.67%41.18%-
HSV(B)64.62º92.86%76.86%-
XYZ39.1149.467.9-
YUV171.0739.36135.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.43%
GREEN value IS 196 (76.95% from 255) = 50%
BLUE value IS 14 (5.86% from 255) = 3.57%
R=46.43%
G=50%
B=3.57%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal182196140.0700.930.2364.6286.6741.18
HexB6C4E705D17415729
Octal26630416701352710112751
Binary10110110110001001110111010111011011110000011010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C40E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C40E; }

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

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

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

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

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

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

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

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