Html Css Color HEX #B5B91E Rio Grande

📋 copy color: '#B5B91E'

red 181 ◦ green 185 ◦ blue 30

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

Shades of Rio Grande #B5B91E

Tints of Rio Grande #B5B91E

RGB

 RED value IS 181 (71.09% from 255) = 45.71%

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

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

R = 45.71%
G = 46.72%
B = 7.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B5B91E (or 0xB5B91E) is known color: Rio Grande. HEX triplet: B5, B9 and 1E. RGB value is (181,185,30). Sum of RGB (Red+Green+Blue) = 181+185+30=396 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.71% from 396); Green value is 185 (72.66% from 255 or 46.72% from 396); Blue value is 30 (12.11% from 255 or 7.58% from 396); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B91E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B91E is #4A46E1. Grayscale: #A6A6A6. Windows color (decimal): -4867810 or 2013621. OLE color: 2013621.

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

Color convert

RGB 181 185 30 -
CMYK 0.02 0 0.84 0.27
HSL 61.55º 0.72% 0.42% -
HSV(B) 61.55º 0.84% 0.73% -
XYZ 36.64 44.62 7.91 -
YUV 166.13 51.17 138.6 -
System Red Green Blue C M Y K H S L
Decimal 181 185 30 0.02 0 0.84 0.27 61.55 0.72 0.42
Hex B5 B9 1E 2 0 54 1B 3E 48 2A
Octal 265 271 36 2 0 124 33 76 110 52
Binary 10110101 10111001 11110 10 0 1010100 11011 111110 1001000 101010

Color Harmonies of #B5B91E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B91E

Black with #B5B91E

Text Example


Text Example

White with #B5B91E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B91E; }

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

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

background-color css

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

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

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

border-color css

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

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

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