Html Css Color HEX #B5B91A Rio Grande

📋 copy color: '#B5B91A'

red 181 ◦ green 185 ◦ blue 26

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

Shades of Rio Grande #B5B91A

Tints of Rio Grande #B5B91A

RGB

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

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

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

R = 46.17%
G = 47.19%
B = 6.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B5B91A (or 0xB5B91A) is known color: Rio Grande. HEX triplet: B5, B9 and 1A. RGB value is (181,185,26). Sum of RGB (Red+Green+Blue) = 181+185+26=392 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.17% from 392); Green value is 185 (72.66% from 255 or 47.19% from 392); Blue value is 26 (10.55% from 255 or 6.63% from 392); Max value from RGB is 185 - color contains mainly: green. Hex color #B5B91A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B91A is #4A46E5. Grayscale: #A6A6A6. Windows color (decimal): -4867814 or 1751477. OLE color: 1751477.

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

Color convert

RGB 181 185 26 -
CMYK 0.02 0 0.86 0.27
HSL 61.51º 0.75% 0.41% -
HSV(B) 61.51º 0.86% 0.73% -
XYZ 36.59 44.6 7.66 -
YUV 165.68 49.17 138.93 -
System Red Green Blue C M Y K H S L
Decimal 181 185 26 0.02 0 0.86 0.27 61.51 0.75 0.41
Hex B5 B9 1A 2 0 56 1B 3E 4B 29
Octal 265 271 32 2 0 126 33 76 113 51
Binary 10110101 10111001 11010 10 0 1010110 11011 111110 1001011 101001

Color Harmonies of #B5B91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B91A

Black with #B5B91A

Text Example


Text Example

White with #B5B91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B91A; }

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

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

background-color css

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

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

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

border-color css

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

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

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