Html Css Color HEX #B5BC31 Rio Grande

📋 copy color: '#B5BC31'

red 181 ◦ green 188 ◦ blue 49

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

Shades of Rio Grande #B5BC31

Tints of Rio Grande #B5BC31

RGB

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

 GREEN value IS 188 (73.83% from 255) = 44.98%

 BLUE value IS 49 (19.53% from 255) = 11.72%

R = 43.3%
G = 44.98%
B = 11.72%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.26

RGB Variations

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

Color information

#B5BC31 (or 0xB5BC31) is known color: Rio Grande. HEX triplet: B5, BC and 31. RGB value is (181,188,49). Sum of RGB (Red+Green+Blue) = 181+188+49=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 49 (19.53% from 255 or 11.72% from 418); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BC31 is #4A43CE. Grayscale: #AAAAAA. Windows color (decimal): -4867023 or 3259573. OLE color: 3259573.

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

Color convert

RGB 181 188 49 -
CMYK 0.04 0 0.74 0.26
HSL 63.02º 0.59% 0.46% -
HSV(B) 63.02º 0.74% 0.74% -
XYZ 37.59 46.01 9.81 -
YUV 170.06 59.68 135.8 -
System Red Green Blue C M Y K H S L
Decimal 181 188 49 0.04 0 0.74 0.26 63.02 0.59 0.46
Hex B5 BC 31 4 0 4A 1A 3F 3B 2E
Octal 265 274 61 4 0 112 32 77 73 56
Binary 10110101 10111100 110001 100 0 1001010 11010 111111 111011 101110

Color Harmonies of #B5BC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BC31

Black with #B5BC31

Text Example


Text Example

White with #B5BC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BC31; }

 p { color: rgb(181,188,49); }

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

background-color css

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

 a { background-color: rgb(181,188,49); }

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

border-color css

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

 span { border-color: rgb(181,188,49); }

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