Html Css Color HEX #BDB921 Rio Grande

📋 copy color: '#BDB921'

red 189 ◦ green 185 ◦ blue 33

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

Shades of Rio Grande #BDB921

Tints of Rio Grande #BDB921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.11%

R = 46.44%
G = 45.45%
B = 8.11%

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

#BDB921 (or 0xBDB921) is known color: Rio Grande. HEX triplet: BD, B9 and 21. RGB value is (189,185,33). Sum of RGB (Red+Green+Blue) = 189+185+33=407 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.44% from 407); Green value is 185 (72.66% from 255 or 45.45% from 407); Blue value is 33 (13.28% from 255 or 8.11% from 407); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB921 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB921 is #4246DE. Grayscale: #A9A9A9. Windows color (decimal): -4343519 or 2210237. OLE color: 2210237.

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

Color convert

RGB 189 185 33 -
CMYK 0 0.02 0.83 0.26
HSL 58.46º 0.7% 0.44% -
HSV(B) 58.46º 0.83% 0.74% -
XYZ 38.61 45.63 8.21 -
YUV 168.87 51.33 142.36 -
System Red Green Blue C M Y K H S L
Decimal 189 185 33 0 0.02 0.83 0.26 58.46 0.7 0.44
Hex BD B9 21 0 2 53 1A 3A 46 2C
Octal 275 271 41 0 2 123 32 72 106 54
Binary 10111101 10111001 100001 0 10 1010011 11010 111010 1000110 101100

Color Harmonies of #BDB921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB921

Black with #BDB921

Text Example


Text Example

White with #BDB921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB921; }

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

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

background-color css

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

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

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

border-color css

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

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

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