Html Css Color HEX #B5BC1A Rio Grande

📋 copy color: '#B5BC1A'

red 181 ◦ green 188 ◦ blue 26

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

Shades of Rio Grande #B5BC1A

Tints of Rio Grande #B5BC1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.58%

R = 45.82%
G = 47.59%
B = 6.58%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#B5BC1A (or 0xB5BC1A) is known color: Rio Grande. HEX triplet: B5, BC and 1A. RGB value is (181,188,26). Sum of RGB (Red+Green+Blue) = 181+188+26=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 188 (73.83% from 255 or 47.59% from 395); Blue value is 26 (10.55% from 255 or 6.58% from 395); Max value from RGB is 188 - color contains mainly: green. Hex color #B5BC1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BC1A is #4A43E5. Grayscale: #A8A8A8. Windows color (decimal): -4867046 or 1752245. OLE color: 1752245.

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

Color convert

RGB 181 188 26 -
CMYK 0.04 0 0.86 0.26
HSL 62.59º 0.76% 0.42% -
HSV(B) 62.59º 0.86% 0.74% -
XYZ 37.23 45.86 7.87 -
YUV 167.44 48.18 137.67 -
System Red Green Blue C M Y K H S L
Decimal 181 188 26 0.04 0 0.86 0.26 62.59 0.76 0.42
Hex B5 BC 1A 4 0 56 1A 3F 4C 2A
Octal 265 274 32 4 0 126 32 77 114 52
Binary 10110101 10111100 11010 100 0 1010110 11010 111111 1001100 101010

Color Harmonies of #B5BC1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5BC1A

Black with #B5BC1A

Text Example


Text Example

White with #B5BC1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5BC1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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