Html Css Color HEX #BDB920 Rio Grande

📋 copy color: '#BDB920'

red 189 ◦ green 185 ◦ blue 32

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

Shades of Rio Grande #BDB920

Tints of Rio Grande #BDB920

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #BDB920: hue angle of 58.47º 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 #BDB920 is Cyan = 0, Magento = 0.02, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 185 32 -
CMYK 0 0.02 0.83 0.26
HSL 58.47º 0.71% 0.43% -
HSV(B) 58.47º 0.83% 0.74% -
XYZ 38.6 45.62 8.14 -
YUV 168.75 50.83 142.44 -
System Red Green Blue C M Y K H S L
Decimal 189 185 32 0 0.02 0.83 0.26 58.47 0.71 0.43
Hex BD B9 20 0 2 53 1A 3A 47 2B
Octal 275 271 40 0 2 123 32 72 107 53
Binary 10111101 10111001 100000 0 10 1010011 11010 111010 1000111 101011

Color Harmonies of #BDB920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB920

Black with #BDB920

Text Example


Text Example

White with #BDB920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB920; }

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

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

background-color css

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

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

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

border-color css

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

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

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