Html Css Color HEX #B5C117 Rio Grande

📋 copy color: '#B5C117'

red 181 ◦ green 193 ◦ blue 23

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

Shades of Rio Grande #B5C117

Tints of Rio Grande #B5C117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.79%

R = 45.59%
G = 48.61%
B = 5.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#B5C117 (or 0xB5C117) is known color: Rio Grande. HEX triplet: B5, C1 and 17. RGB value is (181,193,23). Sum of RGB (Red+Green+Blue) = 181+193+23=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 193 (75.78% from 255 or 48.61% from 397); Blue value is 23 (9.38% from 255 or 5.79% from 397); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C117 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5C117 is #4A3EE8. Grayscale: #AAAAAA. Windows color (decimal): -4865769 or 1556917. OLE color: 1556917.

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

Color convert

RGB 181 193 23 -
CMYK 0.06 0 0.88 0.24
HSL 64.24º 0.79% 0.42% -
HSV(B) 64.24º 0.88% 0.76% -
XYZ 38.28 48.03 8.06 -
YUV 170.03 45.02 135.82 -
System Red Green Blue C M Y K H S L
Decimal 181 193 23 0.06 0 0.88 0.24 64.24 0.79 0.42
Hex B5 C1 17 6 0 58 18 40 4F 2A
Octal 265 301 27 6 0 130 30 100 117 52
Binary 10110101 11000001 10111 110 0 1011000 11000 1000000 1001111 101010

Color Harmonies of #B5C117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C117

Black with #B5C117

Text Example


Text Example

White with #B5C117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C117; }

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

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

background-color css

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

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

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

border-color css

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

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

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