#bfc526

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

Shades of Rio Grande #BFC526

Tints of Rio Grande #BFC526

Color information

#BFC526 (or 0xBFC526) is unknown color: approx Rio Grande. HEX triplet: BF, C5 and 26. RGB value is (191,197,38). Sum of RGB (Red+Green+Blue) = 191+197+38=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 197 (77.34% from 255 or 46.24% from 426); Blue value is 38 (15.23% from 255 or 8.92% from 426); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC526 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC526 is #403AD9. Grayscale: #B1B1B1. Windows color (decimal): -4209370 or 2540991. OLE color: 2540991.

HSL color Cylindrical-coordinate representation of color #BFC526: hue angle of 62.26º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BFC526 is Cyan = 0.03, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.23.

Color convert

RGB19119738-
CMYK0.0300.810.23
HSL62.26º67.66%46.08%-
HSV(B)62.26º80.71%77.25%-
XYZ41.851.159.5-
YUV177.0849.51137.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 197 (77.34% from 255) = 46.24%
BLUE value IS 38 (15.23% from 255) = 8.92%
R=44.84%
G=46.24%
B=8.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal191197380.0300.810.2362.2667.6646.08
HexBFC5263051173e442e
Octal2773054630121277610456
Binary10111111110001011001101101010001101111111101000100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfc526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfc526; }

 p { color: rgb(191,197,38); }

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

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

 a { background-color: rgb(191,197,38); }

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

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

 span { border-color: rgb(191,197,38); }

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