#B9BC1B

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

Shades of Rio Grande #B9BC1B

Tints of Rio Grande #B9BC1B

Color information

#B9BC1B (or 0xB9BC1B) is unknown color: approx Rio Grande. HEX triplet: B9, BC and 1B. RGB value is (185,188,27). Sum of RGB (Red+Green+Blue) = 185+188+27=400 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.25% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 27 (10.94% from 255 or 6.75% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #B9BC1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BC1B is #4643E4. Grayscale: #A9A9A9. Windows color (decimal): -4604901 or 1817785. OLE color: 1817785.

HSL color Cylindrical-coordinate representation of color #B9BC1B: hue angle of 61.12º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B9BC1B is Cyan = 0.02, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB18518827-
CMYK0.0200.860.26
HSL61.12º74.88%42.16%-
HSV(B)61.12º85.64%73.73%-
XYZ38.1946.367.97-
YUV168.7548.01139.59-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.25%
GREEN value IS 188 (73.83% from 255) = 47%
BLUE value IS 27 (10.94% from 255) = 6.75%
R=46.25%
G=47%
B=6.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal185188270.0200.860.2661.1274.8842.16
HexB9BC1B20561A3d4b2a
Octal2712743320126327511352
Binary1011100110111100110111001010110110101111011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BC1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BC1B; }

 p { color: rgb(185,188,27); }

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

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

 a { background-color: rgb(185,188,27); }

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

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

 span { border-color: rgb(185,188,27); }

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