Html Css Color HEX #B5BC1C Rio Grande

📋 copy color: '#B5BC1C'

red 181 ◦ green 188 ◦ blue 28

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

Shades of Rio Grande #B5BC1C

Tints of Rio Grande #B5BC1C

RGB

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

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

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

R = 45.59%
G = 47.36%
B = 7.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#B5BC1C (or 0xB5BC1C) is known color: Rio Grande. HEX triplet: B5, BC and 1C. RGB value is (181,188,28). Sum of RGB (Red+Green+Blue) = 181+188+28=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 188 (73.83% from 255 or 47.36% from 397); Blue value is 28 (11.33% from 255 or 7.05% from 397); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BC1C is #4A43E3. Grayscale: #A8A8A8. Windows color (decimal): -4867044 or 1883317. OLE color: 1883317.

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

Color convert

RGB 181 188 28 -
CMYK 0.04 0 0.85 0.26
HSL 62.63º 0.74% 0.42% -
HSV(B) 62.63º 0.85% 0.74% -
XYZ 37.25 45.87 7.99 -
YUV 167.67 49.18 137.51 -
System Red Green Blue C M Y K H S L
Decimal 181 188 28 0.04 0 0.85 0.26 62.63 0.74 0.42
Hex B5 BC 1C 4 0 55 1A 3F 4A 2A
Octal 265 274 34 4 0 125 32 77 112 52
Binary 10110101 10111100 11100 100 0 1010101 11010 111111 1001010 101010

Color Harmonies of #B5BC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BC1C

Black with #B5BC1C

Text Example


Text Example

White with #B5BC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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