#B6B923

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

Shades of Rio Grande #B6B923

Tints of Rio Grande #B6B923

Color information

#B6B923 (or 0xB6B923) is unknown color: approx Rio Grande. HEX triplet: B6, B9 and 23. RGB value is (182,185,35). Sum of RGB (Red+Green+Blue) = 182+185+35=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 185 (72.66% from 255 or 46.02% from 402); Blue value is 35 (14.06% from 255 or 8.71% from 402); Max value from RGB is 185 - color contains mainly: green. Hex color #B6B923 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B923 is #4946DC. Grayscale: #A7A7A7. Windows color (decimal): -4802269 or 2341302. OLE color: 2341302.

HSL color Cylindrical-coordinate representation of color #B6B923: hue angle of 61.2º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B6B923 is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB18218535-
CMYK0.0200.810.27
HSL61.2º68.18%43.14%-
HSV(B)61.2º81.08%72.55%-
XYZ36.9444.768.28-
YUV16753.51138.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.27%
GREEN value IS 185 (72.66% from 255) = 46.02%
BLUE value IS 35 (14.06% from 255) = 8.71%
R=45.27%
G=46.02%
B=8.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182185350.0200.810.2761.268.1843.14
HexB6B92320511B3d442b
Octal2662714320121337510453
Binary10110110101110011000111001010001110111111011000100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B923; }

 p { color: rgb(182,185,35); }

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

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

 a { background-color: rgb(182,185,35); }

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

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

 span { border-color: rgb(182,185,35); }

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