Html Css Color HEX #B9BE1A Rio Grande

📋 copy color: '#B9BE1A'

red 185 ◦ green 190 ◦ blue 26

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

Shades of Rio Grande #B9BE1A

Tints of Rio Grande #B9BE1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.48%

R = 46.13%
G = 47.38%
B = 6.48%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#B9BE1A (or 0xB9BE1A) is known color: Rio Grande. HEX triplet: B9, BE and 1A. RGB value is (185,190,26). Sum of RGB (Red+Green+Blue) = 185+190+26=401 (53% of max value = 765). Red value is 185 (72.66% from 255 or 46.13% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 26 (10.55% from 255 or 6.48% from 401); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BE1A is #4641E5. Grayscale: #AAAAAA. Windows color (decimal): -4604390 or 1752761. OLE color: 1752761.

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

Color convert

RGB 185 190 26 -
CMYK 0.03 0 0.86 0.25
HSL 61.83º 0.76% 0.42% -
HSV(B) 61.83º 0.86% 0.75% -
XYZ 38.61 47.22 8.06 -
YUV 169.81 46.84 138.84 -
System Red Green Blue C M Y K H S L
Decimal 185 190 26 0.03 0 0.86 0.25 61.83 0.76 0.42
Hex B9 BE 1A 3 0 56 19 3E 4C 2A
Octal 271 276 32 3 0 126 31 76 114 52
Binary 10111001 10111110 11010 11 0 1010110 11001 111110 1001100 101010

Color Harmonies of #B9BE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BE1A

Black with #B9BE1A

Text Example


Text Example

White with #B9BE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BE1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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