#BACC26

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

Shades of Rio Grande #BACC26

Tints of Rio Grande #BACC26

Color information

#BACC26 (or 0xBACC26) is unknown color: approx Rio Grande. HEX triplet: BA, CC and 26. RGB value is (186,204,38). Sum of RGB (Red+Green+Blue) = 186+204+38=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 204 (80.08% from 255 or 47.66% from 428); Blue value is 38 (15.23% from 255 or 8.88% from 428); Max value from RGB is 204 - color contains mainly: green. Hex color #BACC26 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BACC26 is #4533D9. Grayscale: #B4B4B4. Windows color (decimal): -4535258 or 2542778. OLE color: 2542778.

HSL color Cylindrical-coordinate representation of color #BACC26: hue angle of 66.51º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BACC26 is Cyan = 0.09, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.2.

Color convert

RGB18620438-
CMYK0.0900.810.2
HSL66.51º68.6%47.45%-
HSV(B)66.51º81.37%80%-
XYZ42.1953.769.99-
YUV179.6948.04132.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.46%
GREEN value IS 204 (80.08% from 255) = 47.66%
BLUE value IS 38 (15.23% from 255) = 8.88%
R=43.46%
G=47.66%
B=8.88%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal186204380.0900.810.266.5168.647.45
HexBACC2690511443452f
Octal272314461101212410310557
Binary10111010110011001001101001010100011010010000111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACC26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACC26; }

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

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

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

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

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

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

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

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