#B6C20E

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

Shades of La Rioja #B6C20E

Tints of La Rioja #B6C20E

Color information

#B6C20E (or 0xB6C20E) is unknown color: approx La Rioja. HEX triplet: B6, C2 and 0E. RGB value is (182,194,14). Sum of RGB (Red+Green+Blue) = 182+194+14=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 194 (76.17% from 255 or 49.74% from 390); Blue value is 14 (5.86% from 255 or 3.59% from 390); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6C20E is #493DF1. Grayscale: #AAAAAA. Windows color (decimal): -4799986 or 967350. OLE color: 967350.

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

Color convert

RGB18219414-
CMYK0.0600.930.24
HSL64º86.54%40.78%-
HSV(B)64º92.78%76.08%-
XYZ38.6648.567.75-
YUV169.8940.02136.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.67%
GREEN value IS 194 (76.17% from 255) = 49.74%
BLUE value IS 14 (5.86% from 255) = 3.59%
R=46.67%
G=49.74%
B=3.59%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182194140.0600.930.246486.5440.78
HexB6C2E605D18405729
Octal26630216601353010012751
Binary10110110110000101110110010111011100010000001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C20E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C20E; }

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

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

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

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

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

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

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

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