Html Css Color HEX #B5B81A Rio Grande

📋 copy color: '#B5B81A'

red 181 ◦ green 184 ◦ blue 26

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

Shades of Rio Grande #B5B81A

Tints of Rio Grande #B5B81A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 47.06%

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

R = 46.29%
G = 47.06%
B = 6.65%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B5B81A (or 0xB5B81A) is known color: Rio Grande. HEX triplet: B5, B8 and 1A. RGB value is (181,184,26). Sum of RGB (Red+Green+Blue) = 181+184+26=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 184 (72.27% from 255 or 47.06% from 391); Blue value is 26 (10.55% from 255 or 6.65% from 391); Max value from RGB is 184 - color contains mainly: green. Hex color #B5B81A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5B81A is #4A47E5. Grayscale: #A5A5A5. Windows color (decimal): -4868070 or 1751221. OLE color: 1751221.

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

Color convert

RGB 181 184 26 -
CMYK 0.02 0 0.86 0.28
HSL 61.14º 0.75% 0.41% -
HSV(B) 61.14º 0.86% 0.72% -
XYZ 36.38 44.18 7.59 -
YUV 165.09 49.51 139.35 -
System Red Green Blue C M Y K H S L
Decimal 181 184 26 0.02 0 0.86 0.28 61.14 0.75 0.41
Hex B5 B8 1A 2 0 56 1C 3D 4B 29
Octal 265 270 32 2 0 126 34 75 113 51
Binary 10110101 10111000 11010 10 0 1010110 11100 111101 1001011 101001

Color Harmonies of #B5B81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5B81A

Black with #B5B81A

Text Example


Text Example

White with #B5B81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5B81A; }

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

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

background-color css

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

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

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

border-color css

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

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

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