#B1C621

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

Shades of Rio Grande #B1C621

Tints of Rio Grande #B1C621

Color information

#B1C621 (or 0xB1C621) is unknown color: approx Rio Grande. HEX triplet: B1, C6 and 21. RGB value is (177,198,33). Sum of RGB (Red+Green+Blue) = 177+198+33=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 198 (77.73% from 255 or 48.53% from 408); Blue value is 33 (13.28% from 255 or 8.09% from 408); Max value from RGB is 198 - color contains mainly: green. Hex color #B1C621 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B1C621 is #4E39DE. Grayscale: #ADADAD. Windows color (decimal): -5126623 or 2213553. OLE color: 2213553.

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

Color convert

RGB17719833-
CMYK0.1100.830.22
HSL67.64º71.43%45.29%-
HSV(B)67.64º83.33%77.65%-
XYZ38.649.859.03-
YUV172.9149.04130.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 43.38%
GREEN value IS 198 (77.73% from 255) = 48.53%
BLUE value IS 33 (13.28% from 255) = 8.09%
R=43.38%
G=48.53%
B=8.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal177198330.1100.830.2267.6471.4345.29
HexB1C621B0531644472d
Octal261306411301232610410755
Binary10110001110001101000011011010100111011010001001000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C621; }

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

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

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

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

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

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

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

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