#B6C605

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

Shades of La Rioja #B6C605

Tints of La Rioja #B6C605

Color information

#B6C605 (or 0xB6C605) is unknown color: approx La Rioja. HEX triplet: B6, C6 and 05. RGB value is (182,198,5). Sum of RGB (Red+Green+Blue) = 182+198+5=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 198 (77.73% from 255 or 51.43% from 385); Blue value is 5 (2.34% from 255 or 1.30% from 385); Max value from RGB is 198 - color contains mainly: green. Hex color #B6C605 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6C605 is #4939FA. Grayscale: #ABABAB. Windows color (decimal): -4798971 or 378550. OLE color: 378550.

HSL color Cylindrical-coordinate representation of color #B6C605: hue angle of 64.97º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B6C605 is Cyan = 0.08, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.

Color convert

RGB1821985-
CMYK0.0800.970.22
HSL64.97º95.07%39.8%-
HSV(B)64.97º97.47%77.65%-
XYZ39.5150.347.78-
YUV171.2134.2135.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.27%
GREEN value IS 198 (77.73% from 255) = 51.43%
BLUE value IS 5 (2.34% from 255) = 1.30%
R=47.27%
G=51.43%
B=1.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal18219850.0800.970.2264.9795.0739.8
HexB6C65806116415f28
Octal26630651001412610113750
Binary10110110110001101011000011000011011010000011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C605; }

 p { color: rgb(182,198,5); }

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

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

 a { background-color: rgb(182,198,5); }

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

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

 span { border-color: rgb(182,198,5); }

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