#B1C418

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

Shades of Rio Grande #B1C418

Tints of Rio Grande #B1C418

Color information

#B1C418 (or 0xB1C418) is unknown color: approx Rio Grande. HEX triplet: B1, C4 and 18. RGB value is (177,196,24). Sum of RGB (Red+Green+Blue) = 177+196+24=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 196 (76.95% from 255 or 49.37% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 196 - color contains mainly: green. Hex color #B1C418 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B1C418 is #4E3BE7. Grayscale: #ABABAB. Windows color (decimal): -5127144 or 1623217. OLE color: 1623217.

HSL color Cylindrical-coordinate representation of color #B1C418: hue angle of 66.63º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B1C418 is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB17719624-
CMYK0.1000.880.23
HSL66.63º78.18%43.14%-
HSV(B)66.63º87.76%76.86%-
XYZ38.0448.898.3-
YUV170.7145.21132.49-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.58%
GREEN value IS 196 (76.95% from 255) = 49.37%
BLUE value IS 24 (9.77% from 255) = 6.05%
R=44.58%
G=49.37%
B=6.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal177196240.1000.880.2366.6378.1843.14
HexB1C418A05817434e2b
Octal261304301201302710311653
Binary1011000111000100110001010010110001011110000111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1C418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1C418; }

 p { color: rgb(177,196,24); }

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

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

 a { background-color: rgb(177,196,24); }

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

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

 span { border-color: rgb(177,196,24); }

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