Html Css Color HEX #B5C11C Rio Grande

📋 copy color: '#B5C11C'

red 181 ◦ green 193 ◦ blue 28

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

Shades of Rio Grande #B5C11C

Tints of Rio Grande #B5C11C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.97%

R = 45.02%
G = 48.01%
B = 6.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#B5C11C (or 0xB5C11C) is known color: Rio Grande. HEX triplet: B5, C1 and 1C. RGB value is (181,193,28). Sum of RGB (Red+Green+Blue) = 181+193+28=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 193 (75.78% from 255 or 48.01% from 402); Blue value is 28 (11.33% from 255 or 6.97% from 402); Max value from RGB is 193 - color contains mainly: green. Hex color #B5C11C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5C11C is #4A3EE3. Grayscale: #ABABAB. Windows color (decimal): -4865764 or 1884597. OLE color: 1884597.

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

Color convert

RGB 181 193 28 -
CMYK 0.06 0 0.85 0.24
HSL 64.36º 0.75% 0.43% -
HSV(B) 64.36º 0.85% 0.76% -
XYZ 38.34 48.05 8.35 -
YUV 170.6 47.52 135.42 -
System Red Green Blue C M Y K H S L
Decimal 181 193 28 0.06 0 0.85 0.24 64.36 0.75 0.43
Hex B5 C1 1C 6 0 55 18 40 4B 2B
Octal 265 301 34 6 0 125 30 100 113 53
Binary 10110101 11000001 11100 110 0 1010101 11000 1000000 1001011 101011

Color Harmonies of #B5C11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C11C

Black with #B5C11C

Text Example


Text Example

White with #B5C11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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