Html Css Color HEX #B9BE25 Rio Grande

📋 copy color: '#B9BE25'

red 185 ◦ green 190 ◦ blue 37

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

Shades of Rio Grande #B9BE25

Tints of Rio Grande #B9BE25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.98%

R = 44.9%
G = 46.12%
B = 8.98%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#B9BE25 (or 0xB9BE25) is known color: Rio Grande. HEX triplet: B9, BE and 25. RGB value is (185,190,37). Sum of RGB (Red+Green+Blue) = 185+190+37=412 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.90% from 412); Green value is 190 (74.61% from 255 or 46.12% from 412); Blue value is 37 (14.84% from 255 or 8.98% from 412); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B9BE25 is #4641DA. Grayscale: #ABABAB. Windows color (decimal): -4604379 or 2473657. OLE color: 2473657.

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

Color convert

RGB 185 190 37 -
CMYK 0.03 0 0.81 0.25
HSL 61.96º 0.67% 0.45% -
HSV(B) 61.96º 0.81% 0.75% -
XYZ 38.75 47.27 8.83 -
YUV 171.06 52.34 137.94 -
System Red Green Blue C M Y K H S L
Decimal 185 190 37 0.03 0 0.81 0.25 61.96 0.67 0.45
Hex B9 BE 25 3 0 51 19 3E 43 2D
Octal 271 276 45 3 0 121 31 76 103 55
Binary 10111001 10111110 100101 11 0 1010001 11001 111110 1000011 101101

Color Harmonies of #B9BE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BE25

Black with #B9BE25

Text Example


Text Example

White with #B9BE25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BE25; }

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

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

background-color css

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

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

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

border-color css

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

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

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