Html Css Color HEX #B5C031 Rio Grande

📋 copy color: '#B5C031'

red 181 ◦ green 192 ◦ blue 49

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

Shades of Rio Grande #B5C031

Tints of Rio Grande #B5C031

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.5%

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

R = 42.89%
G = 45.5%
B = 11.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#B5C031 (or 0xB5C031) is known color: Rio Grande. HEX triplet: B5, C0 and 31. RGB value is (181,192,49). Sum of RGB (Red+Green+Blue) = 181+192+49=422 (55% of max value = 765). Red value is 181 (71.09% from 255 or 42.89% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 49 (19.53% from 255 or 11.61% from 422); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C031 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C031 is #4A3FCE. Grayscale: #ACACAC. Windows color (decimal): -4865999 or 3260597. OLE color: 3260597.

HSL color Cylindrical-coordinate representation of color #B5C031: hue angle of 64.62º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B5C031 is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 181 192 49 -
CMYK 0.06 0 0.74 0.25
HSL 64.62º 0.59% 0.47% -
HSV(B) 64.62º 0.74% 0.75% -
XYZ 38.46 47.74 10.09 -
YUV 172.41 58.36 134.13 -
System Red Green Blue C M Y K H S L
Decimal 181 192 49 0.06 0 0.74 0.25 64.62 0.59 0.47
Hex B5 C0 31 6 0 4A 19 41 3B 2F
Octal 265 300 61 6 0 112 31 101 73 57
Binary 10110101 11000000 110001 110 0 1001010 11001 1000001 111011 101111

Color Harmonies of #B5C031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C031

Black with #B5C031

Text Example


Text Example

White with #B5C031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C031; }

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

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

background-color css

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

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

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

border-color css

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

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

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