#B6BE2D

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

Shades of Rio Grande #B6BE2D

Tints of Rio Grande #B6BE2D

Color information

#B6BE2D (or 0xB6BE2D) is unknown color: approx Rio Grande. HEX triplet: B6, BE and 2D. RGB value is (182,190,45). Sum of RGB (Red+Green+Blue) = 182+190+45=417 (55% of max value = 765). Red value is 182 (71.48% from 255 or 43.65% from 417); Green value is 190 (74.61% from 255 or 45.56% from 417); Blue value is 45 (17.97% from 255 or 10.79% from 417); Max value from RGB is 190 - color contains mainly: green. Hex color #B6BE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6BE2D is #4941D2. Grayscale: #ABABAB. Windows color (decimal): -4800979 or 2997942. OLE color: 2997942.

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

Color convert

RGB18219045-
CMYK0.0400.760.25
HSL63.31º61.7%46.08%-
HSV(B)63.31º76.32%74.51%-
XYZ38.1846.969.53-
YUV171.0856.85135.79-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 43.65%
GREEN value IS 190 (74.61% from 255) = 45.56%
BLUE value IS 45 (17.97% from 255) = 10.79%
R=43.65%
G=45.56%
B=10.79%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182190450.0400.760.2563.3161.746.08
HexB6BE2D404C193f3e2e
Octal266276554011431777656
Binary10110110101111101011011000100110011001111111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BE2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BE2D; }

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

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

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

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

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

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

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

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