Html Css Color HEX #B5BA2A Rio Grande

📋 copy color: '#B5BA2A'

red 181 ◦ green 186 ◦ blue 42

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

Shades of Rio Grande #B5BA2A

Tints of Rio Grande #B5BA2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 10.27%

R = 44.25%
G = 45.48%
B = 10.27%

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

#B5BA2A (or 0xB5BA2A) is known color: Rio Grande. HEX triplet: B5, BA and 2A. RGB value is (181,186,42). Sum of RGB (Red+Green+Blue) = 181+186+42=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 186 (73.05% from 255 or 45.48% from 409); Blue value is 42 (16.80% from 255 or 10.27% from 409); Max value from RGB is 186 - color contains mainly: green. Hex color #B5BA2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BA2A is #4A45D5. Grayscale: #A8A8A8. Windows color (decimal): -4867542 or 2800309. OLE color: 2800309.

HSL color Cylindrical-coordinate representation of color #B5BA2A: hue angle of 62.08º degrees, saturation: 0.63, 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 #B5BA2A is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB 181 186 42 -
CMYK 0.03 0 0.77 0.27
HSL 62.08º 0.63% 0.45% -
HSV(B) 62.08º 0.77% 0.73% -
XYZ 37.03 45.11 8.95 -
YUV 168.09 56.84 137.21 -
System Red Green Blue C M Y K H S L
Decimal 181 186 42 0.03 0 0.77 0.27 62.08 0.63 0.45
Hex B5 BA 2A 3 0 4D 1B 3E 3F 2D
Octal 265 272 52 3 0 115 33 76 77 55
Binary 10110101 10111010 101010 11 0 1001101 11011 111110 111111 101101

Color Harmonies of #B5BA2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BA2A

Black with #B5BA2A

Text Example


Text Example

White with #B5BA2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BA2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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