Html Css Color HEX #BDB922 Rio Grande

📋 copy color: '#BDB922'

red 189 ◦ green 185 ◦ blue 34

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

Shades of Rio Grande #BDB922

Tints of Rio Grande #BDB922

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.33%

R = 46.32%
G = 45.34%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BDB922 (or 0xBDB922) is known color: Rio Grande. HEX triplet: BD, B9 and 22. RGB value is (189,185,34). Sum of RGB (Red+Green+Blue) = 189+185+34=408 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.32% from 408); Green value is 185 (72.66% from 255 or 45.34% from 408); Blue value is 34 (13.67% from 255 or 8.33% from 408); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB922 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB922 is #4246DD. Grayscale: #A9A9A9. Windows color (decimal): -4343518 or 2275773. OLE color: 2275773.

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

Color convert

RGB 189 185 34 -
CMYK 0 0.02 0.82 0.26
HSL 58.45º 0.7% 0.44% -
HSV(B) 58.45º 0.82% 0.74% -
XYZ 38.62 45.63 8.29 -
YUV 168.98 51.83 142.28 -
System Red Green Blue C M Y K H S L
Decimal 189 185 34 0 0.02 0.82 0.26 58.45 0.7 0.44
Hex BD B9 22 0 2 52 1A 3A 46 2C
Octal 275 271 42 0 2 122 32 72 106 54
Binary 10111101 10111001 100010 0 10 1010010 11010 111010 1000110 101100

Color Harmonies of #BDB922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB922

Black with #BDB922

Text Example


Text Example

White with #BDB922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB922; }

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

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

background-color css

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

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

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

border-color css

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

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

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