Html Css Color HEX #BDB91E Rio Grande

📋 copy color: '#BDB91E'

red 189 ◦ green 185 ◦ blue 30

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

Shades of Rio Grande #BDB91E

Tints of Rio Grande #BDB91E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.43%

R = 46.78%
G = 45.79%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BDB91E (or 0xBDB91E) is known color: Rio Grande. HEX triplet: BD, B9 and 1E. RGB value is (189,185,30). Sum of RGB (Red+Green+Blue) = 189+185+30=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 185 (72.66% from 255 or 45.79% from 404); Blue value is 30 (12.11% from 255 or 7.43% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB91E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB91E is #4246E1. Grayscale: #A9A9A9. Windows color (decimal): -4343522 or 2013629. OLE color: 2013629.

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

Color convert

RGB 189 185 30 -
CMYK 0 0.02 0.84 0.26
HSL 58.49º 0.73% 0.43% -
HSV(B) 58.49º 0.84% 0.74% -
XYZ 38.57 45.61 8 -
YUV 168.53 49.83 142.6 -
System Red Green Blue C M Y K H S L
Decimal 189 185 30 0 0.02 0.84 0.26 58.49 0.73 0.43
Hex BD B9 1E 0 2 54 1A 3A 49 2B
Octal 275 271 36 0 2 124 32 72 111 53
Binary 10111101 10111001 11110 0 10 1010100 11010 111010 1001001 101011

Color Harmonies of #BDB91E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB91E

Black with #BDB91E

Text Example


Text Example

White with #BDB91E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB91E; }

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

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

background-color css

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

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

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

border-color css

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

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

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