Html Css Color HEX #B9BE1D Rio Grande

📋 copy color: '#B9BE1D'

red 185 ◦ green 190 ◦ blue 29

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

Shades of Rio Grande #B9BE1D

Tints of Rio Grande #B9BE1D

RGB

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

 GREEN value IS 190 (74.61% from 255) = 47.03%

 BLUE value IS 29 (11.72% from 255) = 7.18%

R = 45.79%
G = 47.03%
B = 7.18%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#B9BE1D (or 0xB9BE1D) is known color: Rio Grande. HEX triplet: B9, BE and 1D. RGB value is (185,190,29). Sum of RGB (Red+Green+Blue) = 185+190+29=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 190 (74.61% from 255 or 47.03% from 404); Blue value is 29 (11.72% from 255 or 7.18% from 404); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BE1D is #4641E2. Grayscale: #AAAAAA. Windows color (decimal): -4604387 or 1949369. OLE color: 1949369.

HSL color Cylindrical-coordinate representation of color #B9BE1D: hue angle of 61.86º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B9BE1D is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 190 29 -
CMYK 0.03 0 0.85 0.25
HSL 61.86º 0.74% 0.43% -
HSV(B) 61.86º 0.85% 0.75% -
XYZ 38.64 47.23 8.24 -
YUV 170.15 48.34 138.59 -
System Red Green Blue C M Y K H S L
Decimal 185 190 29 0.03 0 0.85 0.25 61.86 0.74 0.43
Hex B9 BE 1D 3 0 55 19 3E 4A 2B
Octal 271 276 35 3 0 125 31 76 112 53
Binary 10111001 10111110 11101 11 0 1010101 11001 111110 1001010 101011

Color Harmonies of #B9BE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BE1D

Black with #B9BE1D

Text Example


Text Example

White with #B9BE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BE1D; }

 p { color: rgb(185,190,29); }

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

background-color css

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

 a { background-color: rgb(185,190,29); }

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

border-color css

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

 span { border-color: rgb(185,190,29); }

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