Html Css Color HEX #B5C120 Rio Grande

📋 copy color: '#B5C120'

red 181 ◦ green 193 ◦ blue 32

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

Shades of Rio Grande #B5C120

Tints of Rio Grande #B5C120

RGB

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

 GREEN value IS 193 (75.78% from 255) = 47.54%

 BLUE value IS 32 (12.89% from 255) = 7.88%

R = 44.58%
G = 47.54%
B = 7.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#B5C120 (or 0xB5C120) is known color: Rio Grande. HEX triplet: B5, C1 and 20. RGB value is (181,193,32). Sum of RGB (Red+Green+Blue) = 181+193+32=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C120 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C120 is #4A3EDF. Grayscale: #ABABAB. Windows color (decimal): -4865760 or 2146741. OLE color: 2146741.

HSL color Cylindrical-coordinate representation of color #B5C120: hue angle of 64.47º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5C120 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 193 32 -
CMYK 0.06 0 0.83 0.24
HSL 64.47º 0.72% 0.44% -
HSV(B) 64.47º 0.83% 0.76% -
XYZ 38.39 48.07 8.62 -
YUV 171.06 49.52 135.09 -
System Red Green Blue C M Y K H S L
Decimal 181 193 32 0.06 0 0.83 0.24 64.47 0.72 0.44
Hex B5 C1 20 6 0 53 18 40 48 2C
Octal 265 301 40 6 0 123 30 100 110 54
Binary 10110101 11000001 100000 110 0 1010011 11000 1000000 1001000 101100

Color Harmonies of #B5C120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C120

Black with #B5C120

Text Example


Text Example

White with #B5C120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C120; }

 p { color: rgb(181,193,32); }

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

background-color css

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

 a { background-color: rgb(181,193,32); }

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

border-color css

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

 span { border-color: rgb(181,193,32); }

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