#BAC826

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

Shades of Rio Grande #BAC826

Tints of Rio Grande #BAC826

Color information

#BAC826 (or 0xBAC826) is unknown color: approx Rio Grande. HEX triplet: BA, C8 and 26. RGB value is (186,200,38). Sum of RGB (Red+Green+Blue) = 186+200+38=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 200 (78.52% from 255 or 47.17% from 424); Blue value is 38 (15.23% from 255 or 8.96% from 424); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BAC826 is #4537D9. Grayscale: #B1B1B1. Windows color (decimal): -4536282 or 2541754. OLE color: 2541754.

HSL color Cylindrical-coordinate representation of color #BAC826: hue angle of 65.19º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BAC826 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB18620038-
CMYK0.0700.810.22
HSL65.19º68.07%46.67%-
HSV(B)65.19º81%78.43%-
XYZ41.2551.899.67-
YUV177.3549.36134.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.87%
GREEN value IS 200 (78.52% from 255) = 47.17%
BLUE value IS 38 (15.23% from 255) = 8.96%
R=43.87%
G=47.17%
B=8.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186200380.0700.810.2265.1968.0746.67
HexBAC82670511641442f
Octal27231046701212610110457
Binary1011101011001000100110111010100011011010000011000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC826; }

 p { color: rgb(186,200,38); }

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

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

 a { background-color: rgb(186,200,38); }

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

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

 span { border-color: rgb(186,200,38); }

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