#B6C217

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

Shades of Rio Grande #B6C217

Tints of Rio Grande #B6C217

Color information

#B6C217 (or 0xB6C217) is unknown color: approx Rio Grande. HEX triplet: B6, C2 and 17. RGB value is (182,194,23). Sum of RGB (Red+Green+Blue) = 182+194+23=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 194 (76.17% from 255 or 48.62% from 399); Blue value is 23 (9.38% from 255 or 5.76% from 399); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C217 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6C217 is #493DE8. Grayscale: #ABABAB. Windows color (decimal): -4799977 or 1557174. OLE color: 1557174.

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

Color convert

RGB18219423-
CMYK0.0600.880.24
HSL64.21º78.8%42.55%-
HSV(B)64.21º88.14%76.08%-
XYZ38.7448.598.15-
YUV170.9244.52135.9-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.61%
GREEN value IS 194 (76.17% from 255) = 48.62%
BLUE value IS 23 (9.38% from 255) = 5.76%
R=45.61%
G=48.62%
B=5.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal182194230.0600.880.2464.2178.842.55
HexB6C217605818404f2b
Octal26630227601303010011753
Binary101101101100001010111110010110001100010000001001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6C217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6C217; }

 p { color: rgb(182,194,23); }

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

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

 a { background-color: rgb(182,194,23); }

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

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

 span { border-color: rgb(182,194,23); }

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