#B9BD2D

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

Shades of Rio Grande #B9BD2D

Tints of Rio Grande #B9BD2D

Color information

#B9BD2D (or 0xB9BD2D) is unknown color: approx Rio Grande. HEX triplet: B9, BD and 2D. RGB value is (185,189,45). Sum of RGB (Red+Green+Blue) = 185+189+45=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 45 (17.97% from 255 or 10.74% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BD2D is #4642D2. Grayscale: #ABABAB. Windows color (decimal): -4604627 or 2997689. OLE color: 2997689.

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

Color convert

RGB18518945-
CMYK0.0200.760.26
HSL61.67º61.54%45.88%-
HSV(B)61.67º76.19%74.12%-
XYZ38.6846.99.5-
YUV171.3956.67137.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.15%
GREEN value IS 189 (74.22% from 255) = 45.11%
BLUE value IS 45 (17.97% from 255) = 10.74%
R=44.15%
G=45.11%
B=10.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal185189450.0200.760.2661.6761.5445.88
HexB9BD2D204C1A3e3e2e
Octal271275552011432767656
Binary1011100110111101101101100100110011010111110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9BD2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9BD2D; }

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

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

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

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

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

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

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

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