Html Css Color HEX #B9BE2D Rio Grande

📋 copy color: '#B9BE2D'

red 185 ◦ green 190 ◦ blue 45

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

Shades of Rio Grande #B9BE2D

Tints of Rio Grande #B9BE2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 10.71%

R = 44.05%
G = 45.24%
B = 10.71%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#B9BE2D (or 0xB9BE2D) is known color: Rio Grande. HEX triplet: B9, BE and 2D. RGB value is (185,190,45). Sum of RGB (Red+Green+Blue) = 185+190+45=420 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.05% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BE2D is #4641D2. Grayscale: #ACACAC. Windows color (decimal): -4604371 or 2997945. OLE color: 2997945.

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

Color convert

RGB 185 190 45 -
CMYK 0.03 0 0.76 0.25
HSL 62.07º 0.62% 0.46% -
HSV(B) 62.07º 0.76% 0.75% -
XYZ 38.89 47.33 9.57 -
YUV 171.98 56.34 137.29 -
System Red Green Blue C M Y K H S L
Decimal 185 190 45 0.03 0 0.76 0.25 62.07 0.62 0.46
Hex B9 BE 2D 3 0 4C 19 3E 3E 2E
Octal 271 276 55 3 0 114 31 76 76 56
Binary 10111001 10111110 101101 11 0 1001100 11001 111110 111110 101110

Color Harmonies of #B9BE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BE2D

Black with #B9BE2D

Text Example


Text Example

White with #B9BE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BE2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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