#B6CC17

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

Shades of Rio Grande #B6CC17

Tints of Rio Grande #B6CC17

Color information

#B6CC17 (or 0xB6CC17) is unknown color: approx Rio Grande. HEX triplet: B6, CC and 17. RGB value is (182,204,23). Sum of RGB (Red+Green+Blue) = 182+204+23=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 204 (80.08% from 255 or 49.88% from 409); Blue value is 23 (9.38% from 255 or 5.62% from 409); Max value from RGB is 204 - color contains mainly: green. Hex color #B6CC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6CC17 is #4933E8. Grayscale: #B1B1B1. Windows color (decimal): -4797417 or 1559734. OLE color: 1559734.

HSL color Cylindrical-coordinate representation of color #B6CC17: hue angle of 67.29º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B6CC17 is Cyan = 0.11, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB18220423-
CMYK0.1100.890.2
HSL67.29º79.74%44.51%-
HSV(B)67.29º88.73%80%-
XYZ41.0453.198.91-
YUV176.7941.21131.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.50%
GREEN value IS 204 (80.08% from 255) = 49.88%
BLUE value IS 23 (9.38% from 255) = 5.62%
R=44.50%
G=49.88%
B=5.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal182204230.1100.890.267.2979.7444.51
HexB6CC17B0591443502d
Octal266314271301312410312055
Binary1011011011001100101111011010110011010010000111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CC17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CC17; }

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

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

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

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

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

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

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

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