Html Css Color HEX #B9BD2D Rio Grande

📋 copy color: '#B9BD2D'

red 185 ◦ green 189 ◦ blue 45

#B9BD2D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #B9BD2D

Tints of Rio Grande #B9BD2D

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 value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#B9BD2D (or 0xB9BD2D) is known color: 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

RGB 185 189 45 -
CMYK 0.02 0 0.76 0.26
HSL 61.67º 0.62% 0.46% -
HSV(B) 61.67º 0.76% 0.74% -
XYZ 38.68 46.9 9.5 -
YUV 171.39 56.67 137.71 -
System Red Green Blue C M Y K H S L
Decimal 185 189 45 0.02 0 0.76 0.26 61.67 0.62 0.46
Hex B9 BD 2D 2 0 4C 1A 3E 3E 2E
Octal 271 275 55 2 0 114 32 76 76 56
Binary 10111001 10111101 101101 10 0 1001100 11010 111110 111110 101110

Color Harmonies of #B9BD2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BD2D

Black with #B9BD2D

Text Example


Text Example

White with #B9BD2D

Text Example


Text Example

HTML Codes & Css Web 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>