Html Css Color HEX #B9BD20 Rio Grande

📋 copy color: '#B9BD20'

red 185 ◦ green 189 ◦ blue 32

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

Shades of Rio Grande #B9BD20

Tints of Rio Grande #B9BD20

RGB

 RED value IS 185 (72.66% from 255) = 45.57%

 GREEN value IS 189 (74.22% from 255) = 46.55%

 BLUE value IS 32 (12.89% from 255) = 7.88%

R = 45.57%
G = 46.55%
B = 7.88%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#B9BD20 (or 0xB9BD20) is known color: Rio Grande. HEX triplet: B9, BD and 20. RGB value is (185,189,32). Sum of RGB (Red+Green+Blue) = 185+189+32=406 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.57% from 406); Green value is 189 (74.22% from 255 or 46.55% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 189 - color contains mainly: green. Hex color #B9BD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BD20 is #4642DF. Grayscale: #AAAAAA. Windows color (decimal): -4604640 or 2145721. OLE color: 2145721.

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

Color convert

RGB 185 189 32 -
CMYK 0.02 0 0.83 0.26
HSL 61.53º 0.71% 0.43% -
HSV(B) 61.53º 0.83% 0.74% -
XYZ 38.47 46.81 8.38 -
YUV 169.91 50.17 138.77 -
System Red Green Blue C M Y K H S L
Decimal 185 189 32 0.02 0 0.83 0.26 61.53 0.71 0.43
Hex B9 BD 20 2 0 53 1A 3E 47 2B
Octal 271 275 40 2 0 123 32 76 107 53
Binary 10111001 10111101 100000 10 0 1010011 11010 111110 1000111 101011

Color Harmonies of #B9BD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BD20

Black with #B9BD20

Text Example


Text Example

White with #B9BD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BD20; }

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

 H1.HeaderClassName
 {
   color: #B9BD20;
 }
 .AnyTagClassName
 {
   color: #B9BD20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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