#B6BF18

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

Shades of Rio Grande #B6BF18

Tints of Rio Grande #B6BF18

Color information

#B6BF18 (or 0xB6BF18) is unknown color: approx Rio Grande. HEX triplet: B6, BF and 18. RGB value is (182,191,24). Sum of RGB (Red+Green+Blue) = 182+191+24=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 24 (9.77% from 255 or 6.05% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #B6BF18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6BF18 is #4940E7. Grayscale: #A9A9A9. Windows color (decimal): -4800744 or 1621942. OLE color: 1621942.

HSL color Cylindrical-coordinate representation of color #B6BF18: hue angle of 63.23º 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 #B6BF18 is Cyan = 0.05, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB18219124-
CMYK0.0500.870.25
HSL63.23º77.67%42.16%-
HSV(B)63.23º87.43%74.9%-
XYZ38.0947.277.98-
YUV169.2746.02137.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.84%
GREEN value IS 191 (75% from 255) = 48.11%
BLUE value IS 24 (9.77% from 255) = 6.05%
R=45.84%
G=48.11%
B=6.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182191240.0500.870.2563.2377.6742.16
HexB6BF185057193f4e2a
Octal2662773050127317711652
Binary10110110101111111100010101010111110011111111001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BF18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BF18; }

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

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

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

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

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

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

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

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