Html Css Color HEX #B5BA2E Rio Grande

📋 copy color: '#B5BA2E'

red 181 ◦ green 186 ◦ blue 46

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

Shades of Rio Grande #B5BA2E

Tints of Rio Grande #B5BA2E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 45.04%

 BLUE value IS 46 (18.36% from 255) = 11.14%

R = 43.83%
G = 45.04%
B = 11.14%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#B5BA2E (or 0xB5BA2E) is known color: Rio Grande. HEX triplet: B5, BA and 2E. RGB value is (181,186,46). Sum of RGB (Red+Green+Blue) = 181+186+46=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 46 (18.36% from 255 or 11.14% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BA2E is #4A45D1. Grayscale: #A9A9A9. Windows color (decimal): -4867538 or 3062453. OLE color: 3062453.

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

Color convert

RGB 181 186 46 -
CMYK 0.03 0 0.75 0.27
HSL 62.14º 0.6% 0.45% -
HSV(B) 62.14º 0.75% 0.73% -
XYZ 37.11 45.14 9.34 -
YUV 168.55 58.84 136.88 -
System Red Green Blue C M Y K H S L
Decimal 181 186 46 0.03 0 0.75 0.27 62.14 0.6 0.45
Hex B5 BA 2E 3 0 4B 1B 3E 3C 2D
Octal 265 272 56 3 0 113 33 76 74 55
Binary 10110101 10111010 101110 11 0 1001011 11011 111110 111100 101101

Color Harmonies of #B5BA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BA2E

Black with #B5BA2E

Text Example


Text Example

White with #B5BA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BA2E; }

 p { color: rgb(181,186,46); }

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

background-color css

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

 a { background-color: rgb(181,186,46); }

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

border-color css

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

 span { border-color: rgb(181,186,46); }

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