#B7C131

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

Shades of Rio Grande #B7C131

Tints of Rio Grande #B7C131

Color information

#B7C131 (or 0xB7C131) is unknown color: approx Rio Grande. HEX triplet: B7, C1 and 31. RGB value is (183,193,49). Sum of RGB (Red+Green+Blue) = 183+193+49=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 49 (19.53% from 255 or 11.53% from 425); Max value from RGB is 193 - color contains mainly: green. Hex color #B7C131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C131 is #483ECE. Grayscale: #AEAEAE. Windows color (decimal): -4734671 or 3260855. OLE color: 3260855.

HSL color Cylindrical-coordinate representation of color #B7C131: hue angle of 64.17º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7C131 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB18319349-
CMYK0.0500.750.24
HSL64.17º59.5%47.45%-
HSV(B)64.17º74.61%75.69%-
XYZ39.1548.4310.19-
YUV173.5957.69134.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.06%
GREEN value IS 193 (75.78% from 255) = 45.41%
BLUE value IS 49 (19.53% from 255) = 11.53%
R=43.06%
G=45.41%
B=11.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal183193490.0500.750.2464.1759.547.45
HexB7C131504B18403c2f
Octal2673016150113301007457
Binary101101111100000111000110101001011110001000000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C131; }

 p { color: rgb(183,193,49); }

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

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

 a { background-color: rgb(183,193,49); }

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

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

 span { border-color: rgb(183,193,49); }

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