Html Css Color HEX #B5BE2A Rio Grande

📋 copy color: '#B5BE2A'

red 181 ◦ green 190 ◦ blue 42

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

Shades of Rio Grande #B5BE2A

Tints of Rio Grande #B5BE2A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 46%

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

R = 43.83%
G = 46%
B = 10.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#B5BE2A (or 0xB5BE2A) is known color: Rio Grande. HEX triplet: B5, BE and 2A. RGB value is (181,190,42). Sum of RGB (Red+Green+Blue) = 181+190+42=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 42 (16.80% from 255 or 10.17% from 413); Max value from RGB is 190 - color contains mainly: green. Hex color #B5BE2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BE2A is #4A41D5. Grayscale: #ABABAB. Windows color (decimal): -4866518 or 2801333. OLE color: 2801333.

HSL color Cylindrical-coordinate representation of color #B5BE2A: hue angle of 63.65º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B5BE2A is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 190 42 -
CMYK 0.05 0 0.78 0.25
HSL 63.65º 0.64% 0.45% -
HSV(B) 63.65º 0.78% 0.75% -
XYZ 37.89 46.82 9.23 -
YUV 170.44 55.52 135.53 -
System Red Green Blue C M Y K H S L
Decimal 181 190 42 0.05 0 0.78 0.25 63.65 0.64 0.45
Hex B5 BE 2A 5 0 4E 19 40 40 2D
Octal 265 276 52 5 0 116 31 100 100 55
Binary 10110101 10111110 101010 101 0 1001110 11001 1000000 1000000 101101

Color Harmonies of #B5BE2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BE2A

Black with #B5BE2A

Text Example


Text Example

White with #B5BE2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BE2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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