#B7C031

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

Shades of Rio Grande #B7C031

Tints of Rio Grande #B7C031

Color information

#B7C031 (or 0xB7C031) is unknown color: approx Rio Grande. HEX triplet: B7, C0 and 31. RGB value is (183,192,49). Sum of RGB (Red+Green+Blue) = 183+192+49=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 49 (19.53% from 255 or 11.56% from 424); Max value from RGB is 192 - color contains mainly: green. Hex color #B7C031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7C031 is #483FCE. Grayscale: #ADADAD. Windows color (decimal): -4734927 or 3260599. OLE color: 3260599.

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

Color convert

RGB18319249-
CMYK0.0500.740.25
HSL63.78º59.34%47.25%-
HSV(B)63.78º74.48%75.29%-
XYZ38.9347.9910.12-
YUV173.0158.02135.13-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.16%
GREEN value IS 192 (75.39% from 255) = 45.28%
BLUE value IS 49 (19.53% from 255) = 11.56%
R=43.16%
G=45.28%
B=11.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal183192490.0500.740.2563.7859.3447.25
HexB7C031504A19403b2f
Octal2673006150112311007357
Binary101101111100000011000110101001010110011000000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7C031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7C031; }

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

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

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

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

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

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

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

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