Html Css Color HEX #B5BA2B Rio Grande

📋 copy color: '#B5BA2B'

red 181 ◦ green 186 ◦ blue 43

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

Shades of Rio Grande #B5BA2B

Tints of Rio Grande #B5BA2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.49%

R = 44.15%
G = 45.37%
B = 10.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#B5BA2B (or 0xB5BA2B) is known color: Rio Grande. HEX triplet: B5, BA and 2B. RGB value is (181,186,43). Sum of RGB (Red+Green+Blue) = 181+186+43=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 43 (17.19% from 255 or 10.49% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BA2B is #4A45D4. Grayscale: #A8A8A8. Windows color (decimal): -4867541 or 2865845. OLE color: 2865845.

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

Color convert

RGB 181 186 43 -
CMYK 0.03 0 0.77 0.27
HSL 62.1º 0.62% 0.45% -
HSV(B) 62.1º 0.77% 0.73% -
XYZ 37.05 45.12 9.04 -
YUV 168.2 57.34 137.13 -
System Red Green Blue C M Y K H S L
Decimal 181 186 43 0.03 0 0.77 0.27 62.1 0.62 0.45
Hex B5 BA 2B 3 0 4D 1B 3E 3E 2D
Octal 265 272 53 3 0 115 33 76 76 55
Binary 10110101 10111010 101011 11 0 1001101 11011 111110 111110 101101

Color Harmonies of #B5BA2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BA2B

Black with #B5BA2B

Text Example


Text Example

White with #B5BA2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BA2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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