#B6C30E

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

Shades of La Rioja #B6C30E

Tints of La Rioja #B6C30E

Color information

#B6C30E (or 0xB6C30E) is unknown color: approx La Rioja. HEX triplet: B6, C3 and 0E. RGB value is (182,195,14). Sum of RGB (Red+Green+Blue) = 182+195+14=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 195 (76.56% from 255 or 49.87% from 391); Blue value is 14 (5.86% from 255 or 3.58% from 391); Max value from RGB is 195 - color contains mainly: green. Hex color #B6C30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6C30E is #493CF1. Grayscale: #ABABAB. Windows color (decimal): -4799730 or 967606. OLE color: 967606.

HSL color Cylindrical-coordinate representation of color #B6C30E: hue angle of 64.31º 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 #B6C30E is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB18219514-
CMYK0.0700.930.24
HSL64.31º86.6%40.98%-
HSV(B)64.31º92.82%76.47%-
XYZ38.8949.017.83-
YUV170.4839.69136.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.55%
GREEN value IS 195 (76.56% from 255) = 49.87%
BLUE value IS 14 (5.86% from 255) = 3.58%
R=46.55%
G=49.87%
B=3.58%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182195140.0700.930.2464.3186.640.98
HexB6C3E705D18405729
Octal26630316701353010012751
Binary10110110110000111110111010111011100010000001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C30E; }

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

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

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

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

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

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

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

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