Html Css Color HEX #B5BD2A Rio Grande

📋 copy color: '#B5BD2A'

red 181 ◦ green 189 ◦ blue 42

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

Shades of Rio Grande #B5BD2A

Tints of Rio Grande #B5BD2A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.87%

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

R = 43.93%
G = 45.87%
B = 10.19%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#B5BD2A (or 0xB5BD2A) is known color: Rio Grande. HEX triplet: B5, BD and 2A. RGB value is (181,189,42). Sum of RGB (Red+Green+Blue) = 181+189+42=412 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.93% from 412); Green value is 189 (74.22% from 255 or 45.87% from 412); Blue value is 42 (16.80% from 255 or 10.19% from 412); Max value from RGB is 189 - color contains mainly: green. Hex color #B5BD2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BD2A is #4A42D5. Grayscale: #AAAAAA. Windows color (decimal): -4866774 or 2801077. OLE color: 2801077.

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

Color convert

RGB 181 189 42 -
CMYK 0.04 0 0.78 0.26
HSL 63.27º 0.64% 0.45% -
HSV(B) 63.27º 0.78% 0.74% -
XYZ 37.67 46.39 9.16 -
YUV 169.85 55.85 135.95 -
System Red Green Blue C M Y K H S L
Decimal 181 189 42 0.04 0 0.78 0.26 63.27 0.64 0.45
Hex B5 BD 2A 4 0 4E 1A 3F 40 2D
Octal 265 275 52 4 0 116 32 77 100 55
Binary 10110101 10111101 101010 100 0 1001110 11010 111111 1000000 101101

Color Harmonies of #B5BD2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BD2A

Black with #B5BD2A

Text Example


Text Example

White with #B5BD2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BD2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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