#B6BE1E

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

Shades of Rio Grande #B6BE1E

Tints of Rio Grande #B6BE1E

Color information

#B6BE1E (or 0xB6BE1E) is unknown color: approx Rio Grande. HEX triplet: B6, BE and 1E. RGB value is (182,190,30). Sum of RGB (Red+Green+Blue) = 182+190+30=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 30 (12.11% from 255 or 7.46% from 402); Max value from RGB is 190 - color contains mainly: green. Hex color #B6BE1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BE1E is #4941E1. Grayscale: #AAAAAA. Windows color (decimal): -4800994 or 2014902. OLE color: 2014902.

HSL color Cylindrical-coordinate representation of color #B6BE1E: hue angle of 63º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B6BE1E is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB18219030-
CMYK0.0400.840.25
HSL63º72.73%43.14%-
HSV(B)63º84.21%74.51%-
XYZ37.9446.878.27-
YUV169.3749.35137.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.27%
GREEN value IS 190 (74.61% from 255) = 47.26%
BLUE value IS 30 (12.11% from 255) = 7.46%
R=45.27%
G=47.26%
B=7.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182190300.0400.840.256372.7343.14
HexB6BE1E4054193f492b
Octal2662763640124317711153
Binary10110110101111101111010001010100110011111111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BE1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BE1E; }

 p { color: rgb(182,190,30); }

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

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

 a { background-color: rgb(182,190,30); }

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

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

 span { border-color: rgb(182,190,30); }

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