#B6C106

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

Shades of La Rioja #B6C106

Tints of La Rioja #B6C106

Color information

#B6C106 (or 0xB6C106) is unknown color: approx La Rioja. HEX triplet: B6, C1 and 06. RGB value is (182,193,6). Sum of RGB (Red+Green+Blue) = 182+193+6=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 193 (75.78% from 255 or 50.66% from 381); Blue value is 6 (2.73% from 255 or 1.57% from 381); Max value from RGB is 193 - color contains mainly: green. Hex color #B6C106 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6C106 is #493EF9. Grayscale: #A9A9A9. Windows color (decimal): -4800250 or 442806. OLE color: 442806.

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

Color convert

RGB1821936-
CMYK0.0600.970.24
HSL63.53º93.97%39.02%-
HSV(B)63.53º96.89%75.69%-
XYZ38.3948.17.43-
YUV168.3936.36137.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.77%
GREEN value IS 193 (75.78% from 255) = 50.66%
BLUE value IS 6 (2.73% from 255) = 1.57%
R=47.77%
G=50.66%
B=1.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18219360.0600.970.2463.5393.9739.02
HexB6C16606118405e27
Octal2663016601413010013647
Binary1011011011000001110110011000011100010000001011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C106; }

 p { color: rgb(182,193,6); }

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

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

 a { background-color: rgb(182,193,6); }

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

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

 span { border-color: rgb(182,193,6); }

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