#B2C617

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

Shades of Rio Grande #B2C617

Tints of Rio Grande #B2C617

Color information

#B2C617 (or 0xB2C617) is unknown color: approx Rio Grande. HEX triplet: B2, C6 and 17. RGB value is (178,198,23). Sum of RGB (Red+Green+Blue) = 178+198+23=399 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.61% from 399); Green value is 198 (77.73% from 255 or 49.62% from 399); Blue value is 23 (9.38% from 255 or 5.76% from 399); Max value from RGB is 198 - color contains mainly: green. Hex color #B2C617 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2C617 is #4D39E8. Grayscale: #ACACAC. Windows color (decimal): -5061097 or 1558194. OLE color: 1558194.

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

Color convert

RGB17819823-
CMYK0.1000.880.22
HSL66.86º79.19%43.33%-
HSV(B)66.86º88.38%77.65%-
XYZ38.7149.928.4-
YUV172.0743.87132.23-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.61%
GREEN value IS 198 (77.73% from 255) = 49.62%
BLUE value IS 23 (9.38% from 255) = 5.76%
R=44.61%
G=49.62%
B=5.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal178198230.1000.880.2266.8679.1943.33
HexB2C617A05816434f2b
Octal262306271201302610311753
Binary1011001011000110101111010010110001011010000111001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2C617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2C617; }

 p { color: rgb(178,198,23); }

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

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

 a { background-color: rgb(178,198,23); }

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

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

 span { border-color: rgb(178,198,23); }

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