#B6C613

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

Shades of Rio Grande #B6C613

Tints of Rio Grande #B6C613

Color information

#B6C613 (or 0xB6C613) is unknown color: approx Rio Grande. HEX triplet: B6, C6 and 13. RGB value is (182,198,19). Sum of RGB (Red+Green+Blue) = 182+198+19=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 198 (77.73% from 255 or 49.62% from 399); Blue value is 19 (7.81% from 255 or 4.76% from 399); Max value from RGB is 198 - color contains mainly: green. Hex color #B6C613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6C613 is #4939EC. Grayscale: #ADADAD. Windows color (decimal): -4798957 or 1296054. OLE color: 1296054.

HSL color Cylindrical-coordinate representation of color #B6C613: hue angle of 65.36º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B6C613 is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB18219819-
CMYK0.0800.900.22
HSL65.36º82.49%42.55%-
HSV(B)65.36º90.4%77.65%-
XYZ39.650.388.25-
YUV172.8141.2134.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.61%
GREEN value IS 198 (77.73% from 255) = 49.62%
BLUE value IS 19 (7.81% from 255) = 4.76%
R=45.61%
G=49.62%
B=4.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal182198190.0800.900.2265.3682.4942.55
HexB6C613805A1641522b
Octal266306231001322610112253
Binary1011011011000110100111000010110101011010000011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C613; }

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

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

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

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

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

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

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

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