#B1C620

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

Shades of Rio Grande #B1C620

Tints of Rio Grande #B1C620

Color information

#B1C620 (or 0xB1C620) is unknown color: approx Rio Grande. HEX triplet: B1, C6 and 20. RGB value is (177,198,32). Sum of RGB (Red+Green+Blue) = 177+198+32=407 (53% of max value = 765). Red value is 177 (69.53% from 255 or 43.49% from 407); Green value is 198 (77.73% from 255 or 48.65% from 407); Blue value is 32 (12.89% from 255 or 7.86% from 407); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C620 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C620 is #4E39DF. Grayscale: #ADADAD. Windows color (decimal): -5126624 or 2148017. OLE color: 2148017.

HSL color Cylindrical-coordinate representation of color #B1C620: hue angle of 67.59º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1C620 is Cyan = 0.11, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB17719832-
CMYK0.1100.840.22
HSL67.59º72.17%45.1%-
HSV(B)67.59º83.84%77.65%-
XYZ38.5949.848.95-
YUV172.848.54131-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.49%
GREEN value IS 198 (77.73% from 255) = 48.65%
BLUE value IS 32 (12.89% from 255) = 7.86%
R=43.49%
G=48.65%
B=7.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal177198320.1100.840.2267.5972.1745.1
HexB1C620B0541644482d
Octal261306401301242610411055
Binary10110001110001101000001011010101001011010001001001000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C620; }

 p { color: rgb(177,198,32); }

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

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

 a { background-color: rgb(177,198,32); }

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

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

 span { border-color: rgb(177,198,32); }

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