#B1BE15

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

Shades of Rio Grande #B1BE15

Tints of Rio Grande #B1BE15

Color information

#B1BE15 (or 0xB1BE15) is unknown color: approx Rio Grande. HEX triplet: B1, BE and 15. RGB value is (177,190,21). Sum of RGB (Red+Green+Blue) = 177+190+21=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 190 (74.61% from 255 or 48.97% from 388); Blue value is 21 (8.59% from 255 or 5.41% from 388); Max value from RGB is 190 - color contains mainly: green. Hex color #B1BE15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1BE15 is #4E41EA. Grayscale: #A7A7A7. Windows color (decimal): -5128683 or 1425073. OLE color: 1425073.

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

Color convert

RGB17719021-
CMYK0.0700.890.25
HSL64.62º80.09%41.37%-
HSV(B)64.62º88.95%74.51%-
XYZ36.6846.237.7-
YUV166.8545.69135.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.62%
GREEN value IS 190 (74.61% from 255) = 48.97%
BLUE value IS 21 (8.59% from 255) = 5.41%
R=45.62%
G=48.97%
B=5.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal177190210.0700.890.2564.6280.0941.37
HexB1BE15705919415029
Octal26127625701313110112051
Binary101100011011111010101111010110011100110000011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BE15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BE15; }

 p { color: rgb(177,190,21); }

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

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

 a { background-color: rgb(177,190,21); }

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

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

 span { border-color: rgb(177,190,21); }

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