#B5BF1B

Color #B5BF1B Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #B5BF1B

Tints of Rio Grande #B5BF1B

Color information

#B5BF1B (or 0xB5BF1B) is unknown color: approx Rio Grande. HEX triplet: B5, BF and 1B. RGB value is (181,191,27). Sum of RGB (Red+Green+Blue) = 181+191+27=399 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.36% from 399); Green value is 191 (75% from 255 or 47.87% from 399); Blue value is 27 (10.94% from 255 or 6.77% from 399); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B5BF1B is #4A40E4. Grayscale: #A9A9A9. Windows color (decimal): -4866277 or 1818549. OLE color: 1818549.

HSL color Cylindrical-coordinate representation of color #B5BF1B: hue angle of 63.66º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5BF1B is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.25.

Color convert

RGB18119127-
CMYK0.0500.860.25
HSL63.66º75.23%42.75%-
HSV(B)63.66º85.86%74.9%-
XYZ37.8847.168.14-
YUV169.3147.69136.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.36%
GREEN value IS 191 (75% from 255) = 47.87%
BLUE value IS 27 (10.94% from 255) = 6.77%
R=45.36%
G=47.87%
B=6.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181191270.0500.860.2563.6675.2342.75
HexB5BF1B505619404b2b
Octal26527733501263110011353
Binary101101011011111111011101010101101100110000001001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BF1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BF1B; }

 p { color: rgb(181,191,27); }

 H1.HeaderClassName
 {
   color: #B5BF1B;
 }
 .AnyTagClassName
 {
   color: #B5BF1B;
 }
</style>
background-color css

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

 a { background-color: rgb(181,191,27); }

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

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

 span { border-color: rgb(181,191,27); }

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