#B6C316

Color #B6C316 Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #B6C316

Tints of Rio Grande #B6C316

Color information

#B6C316 (or 0xB6C316) is unknown color: approx Rio Grande. HEX triplet: B6, C3 and 16. RGB value is (182,195,22). Sum of RGB (Red+Green+Blue) = 182+195+22=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 195 (76.56% from 255 or 48.87% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 195 - color contains mainly: green. Hex color #B6C316 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6C316 is #493CE9. Grayscale: #ACACAC. Windows color (decimal): -4799722 or 1491894. OLE color: 1491894.

HSL color Cylindrical-coordinate representation of color #B6C316: hue angle of 64.51º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B6C316 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.24.

Color convert

RGB18219522-
CMYK0.0700.890.24
HSL64.51º79.72%42.55%-
HSV(B)64.51º88.72%76.47%-
XYZ38.9549.038.17-
YUV171.3943.69135.57-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.61%
GREEN value IS 195 (76.56% from 255) = 48.87%
BLUE value IS 22 (8.98% from 255) = 5.51%
R=45.61%
G=48.87%
B=5.51%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182195220.0700.890.2464.5179.7242.55
HexB6C31670591841502b
Octal26630326701313010112053
Binary101101101100001110110111010110011100010000011010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C316; }

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

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

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

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

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

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

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

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