#B1C816

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

Shades of Rio Grande #B1C816

Tints of Rio Grande #B1C816

Color information

#B1C816 (or 0xB1C816) is unknown color: approx Rio Grande. HEX triplet: B1, C8 and 16. RGB value is (177,200,22). Sum of RGB (Red+Green+Blue) = 177+200+22=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 200 (78.52% from 255 or 50.13% from 399); Blue value is 22 (8.98% from 255 or 5.51% from 399); Max value from RGB is 200 - color contains mainly: green. Hex color #B1C816 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C816 is #4E37E9. Grayscale: #ADADAD. Windows color (decimal): -5126122 or 1493169. OLE color: 1493169.

HSL color Cylindrical-coordinate representation of color #B1C816: hue angle of 67.75º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B1C816 is Cyan = 0.12, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB17720022-
CMYK0.1200.890.22
HSL67.75º80.18%43.53%-
HSV(B)67.75º89%78.43%-
XYZ38.9350.718.5-
YUV172.8342.88130.97-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.36%
GREEN value IS 200 (78.52% from 255) = 50.13%
BLUE value IS 22 (8.98% from 255) = 5.51%
R=44.36%
G=50.13%
B=5.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal177200220.1200.890.2267.7580.1843.53
HexB1C816C0591644502c
Octal261310261401312610412054
Binary1011000111001000101101100010110011011010001001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C816; }

 p { color: rgb(177,200,22); }

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

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

 a { background-color: rgb(177,200,22); }

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

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

 span { border-color: rgb(177,200,22); }

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