#B9BD21

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

Shades of Rio Grande #B9BD21

Tints of Rio Grande #B9BD21

Color information

#B9BD21 (or 0xB9BD21) is unknown color: approx Rio Grande. HEX triplet: B9, BD and 21. RGB value is (185,189,33). Sum of RGB (Red+Green+Blue) = 185+189+33=407 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.45% from 407); Green value is 189 (74.22% from 255 or 46.44% from 407); Blue value is 33 (13.28% from 255 or 8.11% from 407); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BD21 is #4642DE. Grayscale: #AAAAAA. Windows color (decimal): -4604639 or 2211257. OLE color: 2211257.

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

Color convert

RGB18518933-
CMYK0.0200.830.26
HSL61.54º70.27%43.53%-
HSV(B)61.54º82.54%74.12%-
XYZ38.4846.828.45-
YUV170.0250.67138.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 45.45%
GREEN value IS 189 (74.22% from 255) = 46.44%
BLUE value IS 33 (13.28% from 255) = 8.11%
R=45.45%
G=46.44%
B=8.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal185189330.0200.830.2661.5470.2743.53
HexB9BD2120531A3e462c
Octal2712754120123327610654
Binary10111001101111011000011001010011110101111101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BD21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BD21; }

 p { color: rgb(185,189,33); }

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

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

 a { background-color: rgb(185,189,33); }

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

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

 span { border-color: rgb(185,189,33); }

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