#B1BF17

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

Shades of Rio Grande #B1BF17

Tints of Rio Grande #B1BF17

Color information

#B1BF17 (or 0xB1BF17) is unknown color: approx Rio Grande. HEX triplet: B1, BF and 17. RGB value is (177,191,23). Sum of RGB (Red+Green+Blue) = 177+191+23=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 191 (75% from 255 or 48.85% from 391); Blue value is 23 (9.38% from 255 or 5.88% from 391); Max value from RGB is 191 - color contains mainly: green. Hex color #B1BF17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1BF17 is #4E40E8. Grayscale: #A8A8A8. Windows color (decimal): -5128425 or 1556401. OLE color: 1556401.

HSL color Cylindrical-coordinate representation of color #B1BF17: hue angle of 65º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B1BF17 is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB17719123-
CMYK0.0700.880.25
HSL65º78.5%41.96%-
HSV(B)65º87.96%74.9%-
XYZ36.9246.677.87-
YUV167.6646.36134.66-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.27%
GREEN value IS 191 (75% from 255) = 48.85%
BLUE value IS 23 (9.38% from 255) = 5.88%
R=45.27%
G=48.85%
B=5.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177191230.0700.880.256578.541.96
HexB1BF17705819414f2a
Octal26127727701303110111752
Binary101100011011111110111111010110001100110000011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BF17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BF17; }

 p { color: rgb(177,191,23); }

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

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

 a { background-color: rgb(177,191,23); }

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

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

 span { border-color: rgb(177,191,23); }

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