Html Css Color HEX #BDB923 Rio Grande

📋 copy color: '#BDB923'

red 189 ◦ green 185 ◦ blue 35

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

Shades of Rio Grande #BDB923

Tints of Rio Grande #BDB923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.56%

R = 46.21%
G = 45.23%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BDB923 (or 0xBDB923) is known color: Rio Grande. HEX triplet: BD, B9 and 23. RGB value is (189,185,35). Sum of RGB (Red+Green+Blue) = 189+185+35=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 35 (14.06% from 255 or 8.56% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB923 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB923 is #4246DC. Grayscale: #A9A9A9. Windows color (decimal): -4343517 or 2341309. OLE color: 2341309.

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

Color convert

RGB 189 185 35 -
CMYK 0 0.02 0.81 0.26
HSL 58.44º 0.69% 0.44% -
HSV(B) 58.44º 0.81% 0.74% -
XYZ 38.64 45.64 8.36 -
YUV 169.1 52.33 142.2 -
System Red Green Blue C M Y K H S L
Decimal 189 185 35 0 0.02 0.81 0.26 58.44 0.69 0.44
Hex BD B9 23 0 2 51 1A 3A 45 2C
Octal 275 271 43 0 2 121 32 72 105 54
Binary 10111101 10111001 100011 0 10 1010001 11010 111010 1000101 101100

Color Harmonies of #BDB923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB923

Black with #BDB923

Text Example


Text Example

White with #BDB923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB923; }

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

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

background-color css

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

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

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

border-color css

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

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

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