#B6BE18

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

Shades of Rio Grande #B6BE18

Tints of Rio Grande #B6BE18

Color information

#B6BE18 (or 0xB6BE18) is unknown color: approx Rio Grande. HEX triplet: B6, BE and 18. RGB value is (182,190,24). Sum of RGB (Red+Green+Blue) = 182+190+24=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 190 (74.61% from 255 or 47.98% from 396); Blue value is 24 (9.77% from 255 or 6.06% from 396); Max value from RGB is 190 - color contains mainly: green. Hex color #B6BE18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6BE18 is #4941E7. Grayscale: #A9A9A9. Windows color (decimal): -4801000 or 1621686. OLE color: 1621686.

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

Color convert

RGB18219024-
CMYK0.0400.870.25
HSL62.89º77.57%41.96%-
HSV(B)62.89º87.37%74.51%-
XYZ37.8746.847.91-
YUV168.6846.35137.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.96%
GREEN value IS 190 (74.61% from 255) = 47.98%
BLUE value IS 24 (9.77% from 255) = 6.06%
R=45.96%
G=47.98%
B=6.06%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182190240.0400.870.2562.8977.5741.96
HexB6BE184057193f4e2a
Octal2662763040127317711652
Binary10110110101111101100010001010111110011111111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BE18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BE18; }

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

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

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

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

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

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

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

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